728x90
pyinstaller 가 XP 에서 실행이 안된다
그래서 pyinstaller 없이 직접 실행으로 셋팅했더니 얼추 돌아감
파워셀 명령어 안쓰면 해당 파일은 생략 가능
XP는 x86 버전
파이썬 설치
https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.5.1/
python-3.4.0.msi
PyQT 설치
https://www.microsoft.com/en-us/download/details.aspx?id=16818
PyQt5-5.5.1-gpl-Py3.4-Qt5.5.1-x32.exe
닷넷프레임워크 설치 (파워셀 설치하려면 필요)
https://www.microsoft.com/ko-kr/download/details.aspx?id=16614
NetFx20SP1_x86.exe
파워쉘 설치
https://www.microsoft.com/ko-kr/download/details.aspx?id=16614
WindowsXP-KB968930-x86-ENG.exe
환경변수 추가
시스템 > path > C:\Python34
py 내용 편집
Program Files (x86) 경로를 Program Files 로 수정
subprocess.run 을 subprocess.call 로 수정
bat 파일로 py 호출하여 실행
python tug-xp.py
728x90
'Python' 카테고리의 다른 글
python selenium remote - 원격 PC 크롬 실행 (0) | 2018.07.25 |
---|---|
윈도우 환경에서 django 설치 (0) | 2018.03.06 |
파이썬 - exe 빌드 자동화 스크립트 (0) | 2017.10.25 |
[파이썬] admin 권한으로 명령어 실행하기 (0) | 2017.10.25 |
파이썬 참고 링크 모음 (0) | 2017.10.19 |