I tried to install PySide with pip, but I had 2 problems: - first, pip chose to download 0.4.2. I think it's because it can't install from a Windows installer, and PySide page on pypi contains no zip/tgz: http://pypi.python.org/pypi/PySide/1.0.0beta3qt471 I suppose it tried to find a suitable package at the download URL, and found this old one. http://www.pyside.org/files/pkg/
- Then, when pip tried to install it, it said "can't find setup.py" I see there's a file named setup.py.in, isn't it this one ? PySide works fine with easy_install, I think it would be nice if it could work with pip aswell. _______________________________________________ PySide mailing list PySide@lists.openbossa.org http://lists.openbossa.org/listinfo/pyside