Because I'm using a makefile and am most familiar with Cygwin; and there aren't really any good Windows building instructions that I am aware of -- I didn't know you could do it any other way.
I built the bootloader. The fact that the directory is named "linux" threw me off -- maybe it's worth renaming bootloader, and mentioning that Cygwin is included. Run.exe now exists. So now the EXE builds (I'm not using --onefile to keep things simple), but when I run it, nothing happens (at least Windows doesn't say it's not an application) -- I've tried a simple print statement on its own, and: if __name__ == "__main__": print "hi" and nothing prints out. I've tried running it in cmd.exe and in cygwin. I am using Cygwin's python. I've been trying to use the standard win32 installer of Python, but get errors when trying to build the bootloader (let alone trying any later steps) -- it fails in both Cygwin and in CMD: python tools/pyinstaller/source/linux/Make.py Traceback (most recent call last): File "tools/pyinstaller/source/linux/Make.py", line 207, in <module> File "tools/pyinstaller/source/linux/Make.py", line 174, in main ValueError: Makefile 'C:\Python25\Lib\config\Makefile' not found make: *** [enterprise] Error 1 Rather than me running around guessing -- are there clear instructions to build helloworld on Windows, in any configuration? Thanks for the replies -- keep them coming :) - Jono On Wed, May 26, 2010 at 4:28 AM, <[email protected]> wrote: > Jono píše v Po 24. 05. 2010 v 14:10 -0700: > > Running Windows XP in a VM, latest Cygwin with all packages installed, > > clean svn co of pyinstaller, Python 2.5.4, and the following commands: > > Just to make sure: > > What is your purpose of using cygwin? > > Are you using the cygwin version of Python? > > -- > You received this message because you are subscribed to the Google Groups > "PyInstaller" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<pyinstaller%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/pyinstaller?hl=en. > > -- You received this message because you are subscribed to the Google Groups "PyInstaller" 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/pyinstaller?hl=en.
