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

Andrew Lyons tstexture at gmail.com
Fri May 23 20:58:28 CEST 2014


Thanks. I'll assume that it "should work", and there's something wrong with
systems here.
(I'm a little new to windows compared to Linux so forensics are complicated
by that.)


On 23 May 2014 11:36, Stefan Champailler <schampailler at skynet.be> wrote:

> Maybe it's not the answer you're looking for but
> packaging your application as an EXE file could
> help (I've had some success with PyInstaller).
>
> As for why the libs are not found, that's rather a mystery...
>
> Maybe you could print the python path from within python,
> just to be sure ? Is it the same version of python on your
> machine and those of your friends ?
>
>
> On Fri, 23 May 2014 10:45:04 -0700
> Andrew Lyons <tstexture at gmail.com> wrote:
>
> > 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
> > ===================================================
>
>
> --
> Timeo Danaos et dona ferentes
> Twitter : @Arakowa1
> _______________________________________________
> 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/c11ddf9d/attachment.html>


More information about the PySide mailing list