from PySide import QtGui throws:
Import Error: No module named PySide I've tried explicitly pathing to the python executable, and PySide exists, and is correctly set up as a package in the PYTHONPATH. Not sure why it cant be found. On 23 May 2014 09:56, Matthew Woehlke <[email protected]>wrote: > On 2014-05-23 12:20, Andrew Lyons wrote: > > I'm trying to make PySide available to others at work (Windows 7) by > moving > > it from C:\Python27\Lib\site-packages (where pip installed it for me > > locally) to a location in our PYTHONPATH. > > > > Others are however getting an error when they try: from Pyside import > > QtCore. > > What's the error? > > PySide includes C[++] compiled components; you may need to adjust PATH > so that these libraries can be found. > > -- > Matthew > > _______________________________________________ > PySide mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/pyside > -- =================================================== Andrew D Lyons | Software Engineer | http://www.linkedin.com/in/tstex ===================================================
_______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
