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

Andrew Lyons tstexture at gmail.com
Fri May 23 19:45:04 CEST 2014


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 <mw_triad at users.sourceforge.net>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
> PySide at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/pyside
>



-- 
===================================================
Andrew D Lyons | Software Engineer | http://www.linkedin.com/in/tstex
===================================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20140523/376d3c26/attachment.html>


More information about the PySide mailing list