Sono in esecuzione in alcuni problemi durante l'installazione wxpython
utilizzando pip
.
Ecco il mio output attuale:
[myuserid]% sudo pip install wxpython
Downloading/unpacking wxpython
Downloading wxPython2.8-win64-devel-2.8.11.0-msvc9x64.tar.bz2 (7.2Mb): 7.2Mb downloaded
Running setup.py egg_info for package wxpython
Traceback (most recent call last):
File "<string>", line 14, in <module>
IOError: [Errno 2] No such file or directory: '/Users/myuserid/build/wxpython/setup.py'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 14, in <module>
IOError: [Errno 2] No such file or directory: '/Users/myuserid/build/wxpython/setup.py'
----------------------------------------
Command python setup.py egg_info failed with error code 1
Storing complete log in /Users/myuserid/.pip/pip.log
- Ho dato un'occhiata al file pip.log ma è totalmente vuoto.
- Ho provato a installare altri pacchetti tramite
pip
e non ci sono problemi, quindi sto concludendo chepip
sta funzionando.
Ho anche provato via easy_install
e ottenuto il seguente:
[myuserid]% sudo easy_install wxpython
install_dir /Library/Frameworks/EPD64.framework/Versions/6.2/lib/python2.6/site-packages/
Searching for wxpython
Reading http://pypi.python.org/simple/wxpython/
Reading http://wxPython.org/
Reading http://wxPython.org/download.php
Best match: wxPython src-2.8.11.0
Downloading http://downloads.sourceforge.net/wxpython/wxPython-src-2.8.11.0.tar.bz2
Processing wxPython-src-2.8.11.0.tar.bz2
error: Couldn't find a setup script in /tmp/easy_install-faZZOn/wxPython-src-2.8.11.0.tar.bz2
- Questo significa che sta succedendo qualcosa con il
wxpython
pacchetto preso dapip
eeasy_install
- Oltre a costruire dalla fonte, ci sono altri modi per eseguire il debug o applicare patch a questo tipo di risposta da
pip
oeasy_install
?
Configurazione di sistema:
- OS X 10.6
- Pensato alla distribuzione Python Python v2.6, 64-bit
Se sono necessarie altre informazioni, si prega di avvisare e le pubblicherò.