phaplt / winpython

Automatically exported from code.google.com/p/winpython
0 stars 0 forks source link

Upgrade PyQt-win-gpl-4.10.1 failed #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Python distribution:   WinPython 2.7.5.1
Control panel version: 0.15

Python Version:  2.7.5
Qt Version:      4.8.4, PyQt4 (API v1) 4.9.6

What steps will reproduce the problem?
1.Select (or Drag and Drop) file:PyQt-win-gpl-4.10.1.zip into update package tab
2.Click "Install Package"
3.Error!

What is the expected output? What do you see instead?
At least it should install or upgrade the package.

Please provide any additional information below.

Original issue reported on code.google.com by mr.world...@gmail.com on 16 Jun 2013 at 9:33

Attachments:

GoogleCodeExporter commented 9 years ago
Installing a package like PyQt from source is not a trivial task. It requires 
that the whole build tool chain has been configured properly:
http://pyqt.sourceforge.net/Docs/PyQt4/installation.html#configuring-pyqt4
You can't expect WinPython Control Panel to configure this automatically for 
all packages available out there.

Installing from source will only work for:
  * pure-Python packages (which does not require building C/C++/Fortran extensions)
  * Python packages with C/C++/Fortran extensions *if* and only if you have the appropriate configured building environment (for some packages like Cython, simply having a C/C++ compiler will be enough)

However, the error message shown by WinPython Control Panel is clearly 
unappropriate (I'll have to take a look at that).

==> Please use a binary package for PyQt

Original comment by pierre.raybaut on 16 Jun 2013 at 11:10