[PySide] Installing Pyside to repo in PYTHONPATH - not python install site-packages

Matthew Woehlke mw_triad at users.sourceforge.net
Fri May 23 18:56:17 CEST 2014


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




More information about the PySide mailing list