2013/11/7 Otto Chiu <[email protected]> > Hi All, > > I want to see if anybody has anybody has any tips or hints on installing > pyside on Ubuntu with python3 in a virtualenv. > > > > I tried following the instructions here: > https://pypi.python.org/pypi/PySide#installing-pyside-on-a-unix-system, > but I keep getting syntax errors when I go install the egg. >
You can ignore the syntax errors when installing the egg, just don't forget to run the post install script: $ python2.7 pyside_postinstall.py -install BTW, what version of Ubuntu you have ? Thanks Roman I also tried http://qt-project.org/wiki/PySide_Binaries_Linux with the > python3-pyside option but python can’t find the PySide package. > > > > Any help is much appreciated. > > > > Otto > > _______________________________________________ > 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
