我想在Python 3.3上安裝EasyGui,我沒有看到它。我已經得到它與Python 2.7的工作,但不是3.3。有人可以幫我解答EasyGui嗎?
我將從他們的網站上的說明:
Unpack the archive file into a temporary directory
Open a console window and navigate to the temporary directory.
At the command prompt, enter the command:
python setup.py install
但我不斷收到這個錯誤,當我使用命令 '進口easygui':
Traceback (most recent call last):
File "/pyshell#0/", line 1, in
import easygui
ImportError: No module named 'easygui'
我想你已經在你的路徑(2.7)中安裝了它的Python版本,所以你需要用'/ path/to/python3 setup.py install'。 –
沒有文件或目錄 - 從終端。 – user2063042
那麼,你必須用Python解釋器的真正路徑替換'/ path/to/python3' :) –