[PyQt] query on pyqt panel

Selim Tuvi selim.tuvi at dreamworks.com
Fri Jan 31 18:04:38 GMT 2014


Providing just the .qrc file is not sufficient. You need to convert it to a
python module using pyrcc4 as follows:

pyrcc4 Image.qrc -o Image_rc.py



On Sun, Jan 26, 2014 at 9:39 AM, Pankaj Gupta <pankaj at gaurishiv.org> wrote:

> Hi All,
>
> I am stuck with a problem. I have designed a UI using PyQT4 . I have used
> feq images on icons and on buttons. I have converted the ui file to
> corresponding .py file. using pyuic4 command.  Even the execution of
> command is proper even it didn't throws any warning message.
> Now the problem comes when I tried running converted .py file on machine.
> it is searching for a library "Image_rc" in one of the import statement. I
> am not able locate this module. even I don't know how to create the module.
> Please help on this.
> please find attached ui file, converted.py file and .qrc file along with
> the images along with this mail.
>
> Waiting for your reply.
>
>  --
> Thanks with Regards:
> Pankaj Kumar Gupta
> Bangalore,Karnatka
> cell: *+91-9035486588 <%2B91-9035486588>*
>
>
>
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140131/6543428c/attachment.html>


More information about the PyQt mailing list