2011년 1월 31일 월요일

Python 정리


Excution Scripting

명령 프롬프트에서 ( prompt $G )
assoc .py = Python.File
ftype Python.File = C:\python27\pythonw.exe "%1" %*



필요해보이는 윈도우용 파이썬 Additional Modules

pyWin32
- http://sourceforge.net/projects/pywin32/

py2exe
- http://www.py2exe.org/
- http://www.py2exe.org/index.cgi/Tutorial#Step1

개인적 QnA 정리

python vs pythonw

python은 Console화면을 띄워줌과 함께 실행되며
pythonw은 Console화면을 띄워주지 않고 실행된다. (GUI 프로그래밍에 용이)

그러나 실행할때는 pyc로 화면 콘솔화면에 정보가 출력이 됨 무슨차이인지


패키지 설치시 VS버젼에 따른 에러


위쪽 링크 참조할것





댓글 없음:

댓글 쓰기