In normal scenario you do not need to compile the bootloader ('source'
folder). You just need to use ./pyinstaller.py to create executables.
PyInstaller comes with precompiled bootloader binaries. Everything
should just work.[email protected] píše v Po 30. 01. 2012 v 04:02 -0800: > I'm trying to package a script that uses the paramiko module for sftp, > and gather I need to use the current Trunk version of Pyinstaller to > do so. I'm having trouble compiling it on Win XP though. When I > execute the following: > > c:\python27\python waf configure build install > > I get this error: > > Windows-32bit detected > Checking for program gcc or cc : not found > GCC (MinGW) or MSVC compiler not found. > > I've installed MinGW... Is there something else I need to do? Or is > there a compiled version of the Trunk version of Pyinstaller somewhere > for download? > > Thanks for any help. -- 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.
