hello i m using pyqt 4.4 and the pyinstaller from the svn trunk. I
have encountered a problem when i try to use svg images as icons for
buttons. they are displayed when launched on the development system
but when the program/executable is transferred to the test system the
images are not shown. I have tried both --onedir and --onefile option
and the same result. I have used the archiveviewer.py over my onefile
executable and in there i can see the both qtsvg.dll and qticonsvg.dll
are listed.

 (12172503, 14688, 32768, 1, 'x', 'qt4_plugins/imageformats/
qsvg4.dll'),
 (12187191, 153748, 735611, 1, 'x', 'qt4_plugins/imageformats/
qsvgd4.dll'),
 (12340939, 108309, 326656, 1, 'x', 'qt4_plugins/imageformats/
qtiff4.dll'),
 (12449248, 404753, 1628383, 1, 'x', 'qt4_plugins/imageformats/
qtiffd4.dll'),
 (12854001, 25256, 61440, 1, 'x', 'qt4_plugins/iconengines/
qsvgicon4.dll'),
 (12879257, 234886, 1135741, 1, 'x', 'qt4_plugins/iconengines/
qsvgicond4.dll')

I have also tried manually putting the plugins in qt4_plugins
directory in same dir as the exe but that does not seem to do
anything.
is there anyway to fix this issue ? anyhelp in solving this problem is
grealty appreciated.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to