我在安裝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