[問題] 安裝Pyinstaller問題

作者: iuz (iuz)   2015-11-23 10:58:42
我在安裝pyinstaller時候,按照底下網頁說明操作:
http://codex.wiki/post/171811-287
但是在Step 2就出問題了:
2. 進入pyinstaller的目錄執行 python Configure.py
錯誤訊息是:
C:\Users\ericchen\python35\PyInstaller-3.0\PyInstaller>python configure.py
Traceback (most recent call last):
File "configure.py", line 20, in <module>
from . import compat
SystemError: Parent module '' not loaded, cannot perform relative import
我去看configure.py第20行:
from . import compat
請問一下要怎麼解決呢? 謝謝~
ps:我是用python 3.5
作者: uranusjr (←這人是超級笨蛋)   2015-11-23 13:19:00
不要看那個, 直接 pip install pyinstaller 就好了官方教學 https://pythonhosted.org/PyInstaller/
作者: iuz (iuz)   2015-11-23 13:45:00
可以了!感謝您!另外請問一下,他轉成EXE之後,都是包一大堆其他檔案嗎?
作者: amigcamel (阿吉amig)   2015-11-23 14:14:00
如果你只要一個檔案,請用 --onefile
作者: iuz (iuz)   2015-11-23 14:26:00
最後一個問題~因為我是用tkinter寫GUI,執行exe我不要看到後面黑色視窗,我只要看到GUI介面,我還要加什麼參數~
作者: amigcamel (阿吉amig)   2015-11-23 14:40:00
--noconsole
作者: iuz (iuz)   2015-11-23 14:50:00
感謝兩位的回覆~

Links booklink

Contact Us: admin [ a t ] ucptt.com