[PySide] Fwd: problem while installing PySide

ameya dambir ameyadambir at gmail.com
Mon Sep 17 08:52:30 CEST 2012


Hi,

I am trying to install PySide on RHEL machine. I am getting following error
while running setup.py file.

Traceback (most recent call last):
  File "/user/ameya/python_rel/bin/pyside_postinstall.py", line 84, in
install_linux
    from PySide import QtCore
ImportError:
/user/ameya/python_rel/lib/python3.2/site-packages/PySide/libpyside.cpython-32m.so.1.1:
undefined symbol: _Z9qBadAllocv
The PySide package not installed: None

On the above path that so file is present. This path is set into
LD_LIBRARY_PATH as well.

Take look at this as well
bash-3.2$ python
Python 3.2 (r32:88445, Sep 13 2012, 09:36:20)
[GCC 4.1.2 20071124 (Red Hat 4.1.2-42)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import PySide
>>>

Is it successful import ??

On the other hand

>>> from PySide.QtCore import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError:
/user/ameya/python_rel/lib/python3.2/site-packages/PySide/libpyside.cpython-32m.so.1.1:
undefined symbol: _Z9qBadAllocv

Can anybody help?

Ameya.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20120917/4535e328/attachment.html>


More information about the PySide mailing list