0

Possible Duplicate:
pip install PyQt IOError

My environment is windows 7 with python 2.7.2 installed.

I'm trying to install some packages via PIP, which failed due to setup.py is not found, see below:

C:\MyInstall\Python27\Scripts>pip install PyQt
Downloading/unpacking PyQt
  Downloading PyQt-x11-gpl-4.9.1.tar.gz (9.7Mb): 9.7Mb downloaded
  Running setup.py egg_info for package PyQt
    Traceback (most recent call last):
          File "<string>", line 14, in <module>
    IOError: [Errno 2] No such file or directory: 'C:\\MyInstall\\Python27\\Scripts\\build\\PyQt\\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: 'C:\\MyInstall\\Python27\\Scripts\\build\\PyQt\\setup.py'

----------------------------------------
Command python setup.py egg_info failed with error code 1 in C:\MyInstall\Python27\Scripts\build\PyQt
Storing complete log in C:\Users\Administrator\AppData\Roaming\pip\pip.log

Can anyone give some guide for this error? I'm new to Python

Community
  • 1
  • 1
Dan
  • 940
  • 8
  • 13
  • I found there are windows-installer for the package PyQt. I can download it. So the failure in my question will not block me. But I still wonder why the failure occurs, hope some one can tell me the reason. Thanks. – Dan May 05 '12 at 17:09
  • isn't it explained in the duplicate link? – andrew cooke May 05 '12 at 17:14

0 Answers0