I'm trying to use pyinstaller to cross-bundle windows exes from linux. According to the instructions on another thread, I did: `python Configure.py --target-platform=win32 --executable=/media/SYSTEM/Python27/python.exe` -> output<http://pastebin.com/jmsGuHWX> had to edit the glob to match my system but that's not a problem. Makespec reported no errors and Build.py gives me this<http://pastebin.com/DzEEnXzY> . I use pyinstaller-1.5-rc1 with Python 2.7 on Windows and 2.6 on linux. I have also tried the same with Python 2.6 both on windows and linux to no avail. Any solutions ?
-- 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.
