|
On 12/29/16 08:59, Steve Barnes wrote:
On 29/12/2016 15:52, davecortesi wrote: Based on this thread, we tried to solve a problem: Right now, all of our software clients are 32 bit C++ executables, but we are making the migration to 64 bit for those that have 64 bit systems. Since we don't know on first download of an updated client whether the client host is 32 or 64, we wanted to download a 32 bit version of the our python shim which would then detect the correct bitness and ask our servers for the right thing. Unfortunately we seem to be running into problems with this scheme. On a 64bit host, we have both 32 and 64 bit python and pyinstaller installed. Using the 32 bit version, we compiled our scripts and got "Failed to execute script" when we ran them. I then wrote a hello world script (e.g., just the shebang and the print) and while python hello_world.py works, hello_world.exe just exits with no output. Suggestions on how to solve this welcome. Best, coyot GLENN GLAZER | Senior Software Engineer m: 562.305.2920 | email: [email protected] | Second Life: Coyot Linden LINDEN LAB | Create Virtual Experiences -- 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 https://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout. |
- [PyInstaller] Re: Cross compiling 32 bit appli... ragini dahihande
- Re: [PyInstaller] Re: Cross compiling 32 ... Steve Barnes
- [PyInstaller] Re: Cross compiling 32 bit ... davecortesi
- Re: [PyInstaller] Re: Cross compiling... Steve Barnes
- Re: [PyInstaller] Re: Cross compi... Coyot Linden (Glenn Glazer)
- Re: [PyInstaller] Re: Cross c... Coyot Linden (Glenn Glazer)
- Re: [PyInstaller] Re: Cr... Hartmut Goebel
- Re: [PyInstaller] Re: Cr... Steve Barnes
