velociraptor, I'm updating/fixing this tutorial right now. stay tuned.
On Tue, Oct 26, 2010 at 10:52 AM, velociraptor Genjix <[email protected]> wrote: > > Hey, > > I wish to port a simple Qt based library to PySide: > http://jpnurmi.kapsi.fi/libircclient-qt/doc/latest/classIrc_1_1Session.html > It only uses QString, QHostAddress, quint16, QStringList, QObject*, > QByteArray, QAbstractSocket * > > I did the start of this tutorial: > http://developer.qt.nokia.com/wiki/PySide_Binding_Generation_Tutorial > And it built fine, but: >>>> import libfoo > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: dynamic module does not define init function (initlibfoo) >>>> > > So how can I do this? I'm strongly leaning towards just making separate > bindings using Cython, but I'm not sure whether that would work (2 Qt core > event loops?). Although I'd prefer to maintain "proper" bindings integrated > with PySide properly. > > Thanks > > ---------------------------------------- >> Date: Tue, 26 Oct 2010 10:31:54 -0300 >> From: [email protected] >> To: [email protected] >> CC: [email protected] >> Subject: Re: [PySide] example tarball not found >> >> Frabrizio, I'm in the process of updating the binding tutorial. The >> build part of the example is completely screwed by recent changes. >> I finished updating Shiboken and PySide to deliver the correct >> information for people creating bindings on top of PySide and will >> update the tutorial soon. >> Thanks for reporting. >> >> On Mon, Oct 25, 2010 at 11:08 PM, Fabrizio Milo aka misto >> wrote: >> > Plus I think there is an error in the template system xml >> > >> > >> > >> > >> > >> > >> > >> > >> > -> >> > >> > >> > to close the tag. >> > >> > >> > Fabrizio >> > -------------------------- >> > Luck favors the prepared mind. (Pasteur) >> > _______________________________________________ >> > PySide mailing list >> > [email protected] >> > http://lists.openbossa.org/listinfo/pyside >> > >> _______________________________________________ >> PySide mailing list >> [email protected] >> http://lists.openbossa.org/listinfo/pyside > > _______________________________________________ > PySide mailing list > [email protected] > http://lists.openbossa.org/listinfo/pyside > _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
