Hi, sorry to bump the message, but did you have time to take a look? Thanks! Salvatore.
On Mon, Feb 10, 2014 at 8:17 AM, Salvatore Iovene <[email protected]> wrote: > Hi Roman, > > On Sun, Feb 9, 2014 at 10:05 AM, Roman Lacko <[email protected]> wrote: >> >> Dňa 8.2.2014 15:55 používateľ "Salvatore Iovene" <[email protected]> >> napísal: >> >> >>> >>> 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. >> >> hi, >> Can you send here the pip build output log ? > > Let me include just the final part at first, because I have it at > hand. Later I'll do another build if you require. > > This seems to be relevant: > > changing mode of build/scripts-2.7/pyside_postinstall.py from 644 to 755 > File > "/usr/local/lib/python2.7/dist-packages/pysideuic/port_v3/proxy_base.py", > line 26 > class ProxyBase(metaclass=ProxyType): > ^ > SyntaxError: invalid syntax > > changing mode of /usr/local/bin/pyside_postinstall.py to 755 > Installing pyside-uic script to /usr/local/bin > Executing post install script '/usr/bin/pyside_postinstall.py'... > Traceback (most recent call last): > File "/usr/bin/pyside_postinstall.py", line 84, in install_linux > from PySide import QtCore > ImportError: > /usr/local/lib/python2.7/dist-packages/PySide/QtCore.so: undefined > symbol: _ZN8Shiboken6Object4hashEP7_object > PySide package found in /usr/local/lib/python2.7/dist-packages/PySide... > Patched rpath in > /usr/local/lib/python2.7/dist-packages/PySide/QtHelp.so to > /usr/local/lib/python2.7/dist-packages/PySide. > Patched rpath in > /usr/local/lib/python2.7/dist-packages/PySide/QtWebKit.so to > /usr/local/lib/python2.7/dist-packages/PySide. > Patched rpath in > /usr/local/lib/python2.7/dist-packages/PySide/QtCore.so to > /usr/local/lib/python2.7/dist-packages/PySide. > Patched rpath in > /usr/local/lib/python2.7/dist-packages/PySide/QtGui.so to > /usr/local/lib/python2.7/dist-packages/PySide. > Patched rpath in > /usr/local/lib/python2.7/dist-packages/PySide/QtOpenGL.so to > /usr/local/lib/python2.7/dist-packages/PySide. > Patched rpath in > /usr/local/lib/python2.7/dist-packages/PySide/QtUiTools.so to > /usr/local/lib/python2.7/dist-packages/PySide. > Patched rpath in > /usr/local/lib/python2.7/dist-packages/PySide/shiboken to > /usr/local/lib/python2.7/dist-packages/PySide. > Patched rpath in > /usr/local/lib/python2.7/dist-packages/PySide/QtDeclarative.so to > /usr/local/lib/python2.7/dist-packages/PySide. > Patched rpath in > /usr/local/lib/python2.7/dist-packages/PySide/QtNetwork.so to > /usr/local/lib/python2.7/dist-packages/PySide. > Patched rpath in > /usr/local/lib/python2.7/dist-packages/PySide/QtScriptTools.so to > /usr/local/lib/python2.7/dist-packages/PySide. > Patched rpath in > /usr/local/lib/python2.7/dist-packages/PySide/QtSql.so to > /usr/local/lib/python2.7/dist-packages/PySide. > Patched rpath in > /usr/local/lib/python2.7/dist-packages/PySide/QtXmlPatterns.so to > /usr/local/lib/python2.7/dist-packages/PySide. > Patched rpath in > /usr/local/lib/python2.7/dist-packages/PySide/QtScript.so to > /usr/local/lib/python2.7/dist-packages/PySide. > Patched rpath in > /usr/local/lib/python2.7/dist-packages/PySide/QtXml.so to > /usr/local/lib/python2.7/dist-packages/PySide. > Patched rpath in > /usr/local/lib/python2.7/dist-packages/PySide/QtTest.so to > /usr/local/lib/python2.7/dist-packages/PySide. > Patched rpath in > /usr/local/lib/python2.7/dist-packages/PySide/QtSvg.so to > /usr/local/lib/python2.7/dist-packages/PySide. > The PySide package not installed: None > Successfully installed PySide > Cleaning up... > > > In the rest of the build process I didn't notice any error, save the > occasional warning. > > Thanks, > Salvatore. > > > -- > Salvatore Iovene > > Personal website: http://iovene.com/ > Founder of AstroBin: http://astrobin.com/ -- Salvatore Iovene Personal website: http://iovene.com/ Founder of AstroBin: http://astrobin.com/ _______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
