2011-02-01 11 views
6

Tuttavia gevent dipende da greenlet e la versione .msi che ho trovato non riesce ad installare e l'uovo per 2.6 si rifiuta di installare.Sto cercando gevent per Python 2.7 per windows

La versione msi non riesce come segue.

C:\Windows\system32>easy_install greenlet 
install_dir C:\Python27\Lib\site-packages\ 
Searching for greenlet 
Reading http://pypi.python.org/simple/greenlet/ 
Reading http://bitbucket.org/ambroff/greenlet 
Reading http://undefined.org/python/#greenlet 
Best match: greenlet 0.3.1 
Downloading http://pypi.python.org/packages/source/g/greenlet/greenlet-0.3.1.tar.gz#md5=8d75d7f3f659e915e286e1b0fa0e1c4d 
Processing greenlet-0.3.1.tar.gz 
Running greenlet-0.3.1\setup.py -q bdist_egg --dist-dir c:\users\ian\appdata\local\temp\easy_install-1epg28\greenlet-0.3.1\egg-dist-tmp-mqhu3n 
C:\Python27\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'repository' 
    warnings.warn(msg) 
greenlet.c 
greenlet.c : fatal error C1074: 'IDB' is illegal extension for PDB file: 
error: Setup script exited with error: command '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\cl.exe"' failed with exit status 2 

C:\Windows\system32> 

Immagino che questo significhi che ho una versione errata di VS.

C'è qualcos'altro che posso usare?

Voglio ottenere PyQt4 in modo che la GUI non si blocchi se il database non può essere raggiunto o richiede tempi di risposta.

+2

Ho trovato quello che mi serviva a http://www.lfd.uci.edu/~gohlke/pythonlibs/ – Ian

+0

Grazie per il collegamento! Speriamo che il manutentore metterà qualcosa di ufficiale su PyPI, ma nel frattempo è grandioso. –

risposta