PyQt image format plugins


/ Published in: Python
Save to your folder(s)



Copy this code and paste it in your HTML
  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


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.