Hi, the problem is that you are building against Qt that is not in system path.
Please try one of the following fixes and let me know if it works: 1. add qt libs to path or to LD_LIBRARY_PATH - in your case the path is /dev/ameya/qt/bin OR 2. build the pyside with --standalone option. with this option setup script will copy qt libs to PySide installation folder and makes the PySide "standalone" and independent from qt installed in system OR 3. add qt libs to PySide folder manually if you dont want to rebuild whole PySide I recommend to use option 2. using --stanalone setup.py parameter Regards R. 2012/9/17 ameya dambir <[email protected]>: > Hi Roman, > > I have attached build & error log with this mail. > Please have a look. > > Thanks in advance. > > Ameya > > On 9/17/12, Roman Lacko <[email protected]> wrote: >> 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 >>> >> > > > -- > hello _______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
