Well, making a binding for QtNPBindable and QtNPFactory isn't the problem... as compiling it against the qtbrowserplugin which doesn't install anywhere on the system -_- even adding the qtbrowserplugin.o qtbrowserplugin_x11.o to OFILES i Makefile still makes broken binary:
/usr/lib64/python2.6/site-packages/QtBrowserPlugin.so: undefined symbol: _Z16qtns_instantiatev (undefined symbol: _ZTI11QtNPFactory when compiled without those two *.o files). Any ideas? :) I'm not good at compiling C/C++ with libraries in chaos ;) W dniu 20 czerwca 2009 02:57 użytkownik piotr maliński <[email protected]>napisał: > It's something interesting - making browser plugins with Qt, but I didn't > found any examples/success stories of this add-on so I'm asking :) > > 2009/6/20 David Boddie <[email protected]> > > On Thu Jun 18 14:12:48 BST 2009, piotr malinski wrote: >> >> > QtSoftware has in the add-ons catalog qtbrowserplugin package. I wonder >> if >> > this framework could get Python API and the possibility to write the >> > plugins in Python? >> > >> > >> http://www.qtsoftware.com/products/appdev/add-on-products/catalog/4/Utiliti >> >es/qtbrowserplugin >> >> I haven't looked at it closely, but have you though about wrapping the >> QtNPBindable class and creating a generic plugin like the one for Qt >> Designer >> that is supplied with PyQt? >> >> I know you've made bindings for other C++ widgets before: >> >> http://www.rkblog.rk.edu.pl/w/p/making-pyqt4-widgets-sip/ >> >> :-) >> >> David >> _______________________________________________ >> PyQt mailing list [email protected] >> http://www.riverbankcomputing.com/mailman/listinfo/pyqt >> > >
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
