I'm using PyQt4 and have been very happy with the integration of designer but have a problem with resource files.

This is probably a Python tool issue but it seems like this forum is still an appropriate place to ask...

I have a resource file named: resources.qrc (borrowed from a book example). My tools generate a file qrc_resource.py but the generated ui code ends with the line:

import resources_rc

I either change this line or rename my generated resource file name to make it work, but what's going on here? Do I have something set wrong in my designer reference or is it a python tool problem?

Rob