Posted By

yanekk on 04/01/11


Tagged


Versions (?)

PyQt image format plugins


 / Published in: Python
 

  1. As far as i can see, the problem is that the PyQt doesn't find correct
  2. image format plugins. You could try this: copy qt.conf from your
  3. PyQt/bin dir (my PyQt dir is located in C:/Python25/PyQt4) to your app
  4. dir and edit it so the Prefix key will be "." (without brackets). Now,
  5. create "plugins" folder in your app dir and copy there "imageformats"
  6. dir from your PyQt/plugins directory. It should work.

Report this snippet  

You need to login to post a comment.