pyside / PySide

ATTENTION: This project is deprecated, please refer to PySide2
https://wiki.qt.io/PySide2
GNU Lesser General Public License v2.1
291 stars 66 forks source link

PySide with zc.buildout can't use wheels #136

Closed projekt01 closed 8 years ago

projekt01 commented 8 years ago

PySide can't get installed without cmake using eggs. Can you please release windows 64 bit python eggs. Since we use zc.buildout which is not able to use wheels we can't install PySide without cmake installed.

lck commented 8 years ago

Windows eggs (32 and 64 bit) for all supported Python versions are now uploaded to https://download.qt-project.org/official_releases/pyside/. Please note, that to install the 64 bit packages for Python 3.3 and 3.4 you have to use the --allow-all-external pip parameter, for example: c:\python34_64\Scripts\pip install -U pyside --allow-all-external

techtonik commented 8 years ago

What about PySide2?