Hi Roman,

2010/12/18 Roman Lacko <[email protected]>:
> the path where the Qt is looking for plugins is configured via the
> config file named qt.conf.
> The qt.conf file must be located in folder where the main executable is 
> located.
> For example if You execute python script with python.exe installed in
> c:\Python26\
> the config must be located also in c:\Python26\.
>
> Please see qt.conf file generated by PySide setup: c:\Pythn26\qt.conf.
> and setup the path to the plugins regarding to Your paths.

Thanks, that was helpful - it works now :) Here's the contents of my
qt.conf for the record, should anyone have the same issue in the
future:

[Paths]
Plugins = plugins

And the directory structure looks like this:

$DISTDIR/myapp.exe
$DISTDIR/qt.conf
$DISTDIR/plugins/imageformats/qjpeg4.dll

I've also used upx on all .dlls, .pyds and my .exe and brought my
self-contained PySide app down to 8MB including all libraries.

Thanks for your help :)

Thomas
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to