[PyQt] [Help] Sib.py generated my c files fine, but nmake refuses to work :(

Yasin Uludag yasin.uludag at futuregames.se
Sun Mar 6 15:42:06 GMT 2011


Hey!

I'm new to the nmake and makefile methodology so please bear with me :)

I successfully generated the __main__.c containing the bytecode of my pyqt
application, and all the other files such as frozen.c, Makefile, .rc file
and .ico file.

Now the documentation says I just need to call make or nmake to generate the
.exe.. At first I didn't know what to do because I had never worked with
Makefiles before. But after some reading I noticed that my Visual studio has
a tool called nmake. So I fired it up at the same directory that my Makefile
lies in, but it returns a fatal error with this line:
U1077 'rc' : return code 0x1
Stop.
So it errors out on the resource script =/

I don't know what I'm doing wrong here =/

Best regards!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20110306/0e262c90/attachment.html>


More information about the PyQt mailing list