Dopo diverse prove, letture ed esperimenti ho optato per utilizzare
virtualenv.
Creo un ambiente completamente isolato dall'esterno con
virtualenv --no-site-package dir/
a questo punto entro nell'ENV e comincio a installre i moduli che mi
servono, ma quando provo
cd dir/ && bin/easy_install wxPython
ottengo: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.7.1 Downloading http://downloads.sourceforge.net/wxpython/wxPython-src-2.8.7.1.tar.bz2 Processing wxPython-src-2.8.7.1.tar.bz2 error: Couldn't find a setup script in /tmp/easy_install-_yZ5dv/wxPython-src-2.8.7.1.tar.bz2 Cosa significa? Grazie come sempre. -- Matteo Buferli WEB: http://www.buferli.com PGP FINGERPRINT: B7C9 BE0A F77F 4747 56A2 87EC F6E5 8A01 65BB 58C1
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Python mailing list [email protected] http://lists.python.it/mailman/listinfo/python
