* Philip Stevens (Wed, 15 Jun 2011 05:03:44 -0700 (PDT)) > i am using pyinstaller on a windows 32 bit machine. Everything worked > finding "compiling" the exe files for my python script. But i am a > little bit confused. To me, it seems so that it is possible that i can > create linux "exe" files on a windows machine using pyinstaller.
You can't create Linux executables via Pyinstaller on a Windows machine (or vice versa) to my knowledge. You have to create them on Linux. Thorsten -- 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.
