Hi Tarun,

2011/1/17 Tarun Khanna <tarunkha...@gmail.com>:
> 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.

I had a similar error when I accidentally mixed two different PySide
installations. Is your Shiboken installation up to date? Which
packages are you using? Try removing all pyside/apiextractor/shiboken
packages and reinstall PySide to see if this fixes your problem.

You might also be interested in building PySide from Git, there's a
set of scripts that make this easy and installs into your $HOME, so
you don't conflict with any system packages, and (if you source
"environment.sh" from that package in your current shell) it will make
sure that the freshly-installed libraries are preferred :)

Get it from here: http://gitorious.org/pyside/buildscripts

HTH.
Thomas
_______________________________________________
PySide mailing list
PySide@lists.openbossa.org
http://lists.openbossa.org/listinfo/pyside

Reply via email to