[Python] virtualenv + wx

Matteo Buferli matteo a buferli.com
Gio 28 Feb 2008 14:08:14 CET


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
-------------- parte successiva --------------
Un allegato non testuale è stato rimosso....
Nome:        non disponibile
Tipo:        application/pgp-signature
Dimensione:  189 bytes
Descrizione: This is a digitally signed message part.
Url:         http://lists.python.it/pipermail/python/attachments/20080228/75c3d948/attachment.pgp 


More information about the Python mailing list