Matti Airas wrote:
On 18.03.2010 14:34, ext Josh wrote:
Hi All,

Need some help building pyside for the first time.

I've built the pre-reqs ( apiextractor, generatorrunner,
boostpythongenerator) and have built boost 1.38 with the patches
specified in the build docs.

Hi Josh,

if you're compiling from scratch, I'd recommend already trying out the Shiboken version instead of the Boost.Python one. We haven't yet updated the docs as we haven't made the first release yet but it's very close. To build the Shiboken PySide, clone and compile the following repos (in the given order):

* API Extractor
git clone git://gitorious.org/pyside/apiextractor.git

* Generator Runner
git clone git://gitorious.org/pyside/generatorrunner.git

* Shiboken
git clone git://gitorious.org/pyside/shiboken.git

* PySide-Shiboken
git clone git://gitorious.org/pyside/pyside-shiboken.git

Cheers,

ma.
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside
Hi Matti,

Yeah, I realize you guys are getting close with shiboken. I'll give it a try.

I'm in the process of integrating Qt & friends to our "tool chain" at my work. We already use boost.python for our python bindings. One of the first things I'm going to need to do is start making some bindings for our own Qt widgets. Really simple stuff to start, but I need support for QtGLWidget bindings initially. Would you characterize shiboken as stable and does it have complete support for all the Qt4 modules yet?

Thanks,

Josh

_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to