My application used to work just fine, can't figure out what I changed. Now
I get this error in the import statement when I try to run my application

python projects/ir-menu/src/pyside-first.py

Traceback (most recent call last):
  File "projects/ir-menu/src/pyside-first.py", line 7, in <module>
    from PySide.QtCore import *
  File "/usr/lib/pymodules/python2.6/PySide/__init__.py", line 2, in
<module>
    import private
  File "/usr/lib/pymodules/python2.6/PySide/private.py", line 2, in <module>
    from QtCore import __moduleShutdown
ImportError: /usr/lib/libpyside-py26.so.1.0: undefined symbol:
_ZN8Shiboken12TypeResolver5toCppEP7_objectPPvb

As I said, it used to work just fine. I have no idea, where to start looking
for what I screwed up.

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

Reply via email to