Py2Exe seemed to work better for me. PyInstaller crapped out for a reason I couldn't figure out.
At the end of the process I got all the various files that makes a cocos2D windows install. I ran the exe on my machine (Windows XP), worked fine. I zipped it up and tried it on another PC (Windows 7) and it boots up, runs, there's even the debug messages printing to console, but the screen is just black. Is this a common error with a common solution? Or do I just need to dig through the internet and figure it out? Thanks in advance! J On Friday, 25 May 2012 01:02:01 UTC-7, Enerccio wrote: > > Pyinstaller. > > 2012/5/25 Jason <[email protected]> > >> Hello everyone, >> >> I did a few little games in pygame, and used a pretty nifty python >> script hosted on the pygame site called pygame to exe, which inherited >> from python to exe and dealt with all of the hassle of converting a >> python program to a windows executable. >> >> Is there a comparable thing for Cocos2D? Or do I have to refigure out >> how python2Exe works (I remember it being a little problematic). >> >> Cheers, >> >> Jason >> >> -- >> You received this message because you are subscribed to the Google Groups >> "cocos2d discuss" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/cocos-discuss?hl=en. >> >> > > > -- > Bc. Peter Vaňušanik > http://www.bishojo.tk > > -- You received this message because you are subscribed to the Google Groups "cocos2d discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/cocos-discuss/-/GrHzVHoXimQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cocos-discuss?hl=en.
