2011-02-01 6 views
6

그러나 gevent는 greenlet에 의존하고 있습니다. 발견 된 .msi 버전은 설치에 실패하고 2.6 용 egg는 설치를 거부합니다.저는 gevent for Python 2.7 for windows를 찾고 있습니다.

msi 버전은 다음과 같이 실패합니다.

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> 

내가 VS 버전이 잘못되었다는 의미입니다.

내가 사용할 수 있는게 더 있습니까?

데이터베이스에 연결할 수 없거나 응답하기 위해 오래 걸릴 경우 GUI가 잠기지 않도록 PyQt4를 가져오고 싶습니다.

+2

내가 필요한 것을 http://www.lfd.uci.edu/~gohlke/pythonlibs/에서 찾았습니다. – Ian

+0

그 링크를 보내 주셔서 감사합니다! 관리자가 PyPI에 공식적인 내용을 넣기를 희망하지만, 그 동안은 훌륭합니다. –

답변