Has something changed with pyrcc4 in PyQt 4.9.2? I have a .qrc file (built in 
QtCreator 2.5.0) that converted into a .py file fine with PyQt 4.8.x but which 
now fails to convert properly (none of the button icons or backgrounds it 
contains show up in the application when I run it).

I'm using the terminal command 

pyrcc4 -o -py3 rsrc/images.qrc > images.py

Is that wrong? (As I said, it worked before … ).

David
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to