Hi Stefan, 2012/5/26 Stefan Champailler <[email protected]>: > That's great news ! I really depend on those. > I'm currently trying to set up a PC with Windows so that I can build > PySide too. > > BTW, is building PySide on Windows hard ? I mean, on linux, it's rather > easy and I'd like to know if it's as easy on Win. > With my build scripts It's simple and easy :-) You just need some prerequisities installed on your system. Please follow the build instructions here: http://qt-project.org/wiki/Building_PySide_on_Windows
Regards Roman > stF > > > > On 05/25/2012 12:54 PM, Roman Lacko wrote: >> Hi, >> >> 2012/5/24 Alex Grönholm<[email protected]>: >>> 19.05.2012 00:47, Roman Lacko kirjoitti: >>>> Hi, >>>> >>>> I have prepared windows builds of PySide 1.1.1 for Pyhon 2.7 and 3.2, >>>> 32bit and 64bit. >>>> Builds will be available on my google Drive [1], until the PySide site >>>> is not moved to new place. >>>> For that reason, installing with easy_install is not available, You >>>> ned to download the package and install manually. >>>> You can allways let me know if you have better idea where to put the >>>> builds. >>> How about the PyPI, where they are supposed be uploaded to? >> >> It will be uploaded when the PySide site move to new location is completed >> >> BTW, I'm developing new version of PySide setup script fully >> compatible with distutils, that will be usable also on linux (binaries >> will be built inplace), the development can be tracked here: >> https://github.com/lck/pyside-dist >> >> Regards >> Roman >> >>>> >>>> Whats new in packages: >>>> >>>> - OpenSSL DLLs included and installed out-of-the-box (now you can use >>>> webkit with ssl) >>>> - typesystems, >>>> - PySide and Shibken c++ headers >>>> - complete examples (from pyside gitorious repo) >>>> >>>> Whats new in build scripts [2]: >>>> >>>> - build now creates nice folder structure for every configuration. For >>>> example after completed building with python 2.7 32bit release and >>>> debug, you get: >>>> ..\setuptools\build\py2.7-qt4.7.4-32bit-debug\ >>>> ..\setuptools\build\py2.7-qt4.7.4-32bit-release\ >>>> ..\setuptools\install\py2.7-qt4.7.4-32bit-debug\ >>>> ..\setuptools\install\py2.7-qt4.7.4-32bit-release\ >>>> ..\setuptools\packages\PySide-1.1.1qt474.win-amd64-py2.7.exe >>>> ..\setuptools\packages\PySide-1.1.1qt474dbg.win-amd64-py2.7.exe >>>> - debug build support >>>> - refactoring and preparation for building on linux (not completed) >>>> >>>> >>>> [1] https://docs.google.com/open?id=0B0aOk3P0ndoLUlhZSDUwWGU5MjQ >>>> [2] https://github.com/PySide/packaging/tree/master/setuptools >>>> _______________________________________________ >>>> PySide mailing list >>>> [email protected] >>>> http://lists.qt-project.org/mailman/listinfo/pyside >>> >>> _______________________________________________ >>> PySide mailing list >>> [email protected] >>> http://lists.qt-project.org/mailman/listinfo/pyside >> _______________________________________________ >> PySide mailing list >> [email protected] >> http://lists.qt-project.org/mailman/listinfo/pyside >> > > -- > Timeo Danaos et dona ferentes > _______________________________________________ > PySide mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/pyside _______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
