Hi, can you send me the full build output ? it contains build configuration and setup details
Thanks R. 2012/9/17 ameya dambir <[email protected]>: > 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. > > > _______________________________________________ > PySide mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/pyside > _______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
