[PySide] PySide/QtCore.so: undefined symbol: _ZN8Shiboken6Object4hashEP7_object
Salvatore Iovene
salvatore at iovene.com
Sat Feb 8 15:55:14 CET 2014
Hi,
I'm using PySide 1.1.1. I know it's old, but newer versions cause a
segmentation fault somewhere in my stack.
1.1.1 works well on my production server, but now that I was setting
up a new development environment, I ran into a problem installing
PySide.
It's installed via `pip` in a Ubuntu 12.04 chroot environment, with
Python 2.7.4.
This shows the error that I'm getting:
Python 2.7.4 (default, Apr 19 2013, 18:32:33)
[GCC 4.7.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PySide import QtCore
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/local/lib/python2.7/dist-packages/PySide/QtCore.so:
undefined symbol: _ZN8Shiboken6Object4hashEP7_object
The same error is shown during the build process, near the end.
I've seen a few references to this when searching with Google, but I
couldn't solve the problem.
Can anyone please help me figure out what's missing?
Thank you!
--
Salvatore Iovene
Personal website: http://iovene.com/
Founder of AstroBin: http://astrobin.com/
More information about the PySide
mailing list