Hi,

current versions of pyuic4 generate somewhat wrong import statements for
resource files. Using designer I end up with 

 <resources>
  <include location="../resources/pyfilmdbsimpleui.qrc" />
 </resources>

So a relative location. pyuic generates

import pyfilmdbsimpleui_rc

from that, which of course doesn't work. Unfortunately I can't think of
a "proper" solution right now. Any ideas?

Andreas

-- 
You have been selected for a secret mission.
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to