PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 142 - Undefined symbols on QtWebKit
: Undefined symbols on QtWebKit
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: Shiboken
: HEAD
: All All
: P2 normal
Assigned To: Hugo Parente Lima
:
: 151
:
  Show dependency treegraph
 
Reported: 2010-02-09 14:57 EET by Carlos Gonçalves
Modified: 2010-03-17 19:01 EET (History)
6 users (show)

See Also:


Attachments
Generated QGraphicsWebView wrapper (87.07 KB, text/plain)
2010-02-09 14:57 EET, Carlos Gonçalves
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Gonçalves 2010-02-09 14:57:26 EET
Created attachment 31 [details]
Generated QGraphicsWebView wrapper

I'm getting undefined symbols on QtWebKit.so:

undefined symbol: SbkQGraphicsWidget_mi_init   
(/usr/lib64/python/site-packages/PySide/QtWebKit.so)
undefined symbol: SbkQWidget_mi_init   
(/usr/lib64/python/site-packages/PySide/QtWebKit.so)
undefined symbol: _ZN8Shiboken15CppObjectCopierI7QPixmapE4copyERKS1_   
(/usr/lib64/python/site-packages/PySide/QtWebKit.so)

qgraphicsproxywidget_wrapper.cpp and qgraphicswidget_wrapper.cpp use
SbkQGraphicsWidget_mi_init.

Branch is
http://qt.gitorious.org/~cgoncalves/pyside/cgoncalves-pyside-shiboken/commits/qtwebkit.
Comment 1 Hugo Parente Lima 2010-02-17 15:08:34 EET
The problem is that this functions is not exported by QtGui, but we can't
simple export it, because we are trying to avoid the linking between python
modules. So to solve this problem we need to do some magic with CObjects.

I'll try to fix asap, when the bug #151 got fixed.
Comment 2 Hugo Parente Lima 2010-02-26 14:32:26 EET
Fixed in commit shiboken/e8483c6c8f28a8fda67443cdc4480ff4252c288d