> 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 >
I think I understand the problem now. libshiboken was recently upgraded in the repositories to libshiboken1.0 1.0.0~beta3-0pyside1 from libshiboken1.0 1.0.0~beta1-0pyside2 I am running 64bit Ubuntu, (I mentioned that earlier), wonder if that could be the issue with new version of shiboken? Any suggestions on how to go back to the previous version.
_______________________________________________ PySide mailing list PySide@lists.openbossa.org http://lists.openbossa.org/listinfo/pyside