[PySide] Can PySide run with Qt DLLs in another location other than Lib\site-packages\PySide\

Bjørn Helge Kjøsnes bjelge at nefines.com
Fri Sep 28 10:49:12 CEST 2012


Hi,

try tor create a qt.conf file in the same directory as you have the 
pyside pyd files.

The content should be:
[Paths]
Prefix = YourPythonDir/Lib/site-packages/PySide
Binaries = Your QT Dir/bin
Plugins = Your QT Dir/plugins
Translation = translation

Kind regards,
Bjørn Helge Kjøsnes

On 28.09.2012 10:27, Tejashri Kandolkar wrote:
> Hi,
>
> After installing PySide1.1.2, I see that all the qt DLL's are getting 
> copied in the ...\python_3_2\release\Lib\site-packages\PySide\  directory
> Can I have PySide run without the Qt DLL's in the 
> ...\Lib\site-packages\PySide\ directory, but some\other\directory\...
>
> If yes, then whats the change that needs to be taken care of while 
> building PySide? (There should be some change in cmake scripts I 
> suppose but not sure where.)
>
> I am interested in this because I already have the Qt DLLs present in 
> a top level directory, and copying the same DLLs again in the PySide 
> dir is a duplication.
>
> Regards,
> Tej
>
>
>
> _______________________________________________
> PySide mailing list
> PySide at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/pyside

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20120928/d9424f89/attachment.html>


More information about the PySide mailing list