Hi ALL, I am a newbie here. wish someone can help me out of this issues. What I want is to compile a py program under Ubuntu and run this program in either window or Ubuntu OS. OK. This is what I did:
1. install pyinstaller using pip 2. compile my py file (under Ubuntu): pyinstaller *mytest*.py I observed something pop up. There was very nice at my first thought. Then I went to the "dist" folder, try to execute it (still under Ubuntu) the OS complains :" No command '*mytest*' found .." and then I copied this file into a window OS(window 7, 64 bit) Try to run it (still the *mytest *file under dist folder), this time Window says "This version of C:\Users\jiey\Desktop\*mytest*.exe is not compatible with the vers ion of Windows you're running. Check your computer's system information to see w hether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher." 3. My Ubuntu system is 64 bit. my python is 2.7 version with 64 bit too. Can anyone tell me what the wrong with that? Anything I can do? Thanks in advance. Jack -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/groups/opt_out.
