0 Members and 1 Guest are viewing this topic.
Quote from: chattahippie on July 29, 2011, 05:24:13 pmQuote from: ephan on July 29, 2011, 05:22:29 pmWhat OS are you running?OSX
Quote from: ephan on July 29, 2011, 05:22:29 pmWhat OS are you running?OSX
What OS are you running?
It starts to execute it but breaks when it tries to import wx for some reason
Linux AND Mac OS X can be bundled into a single executable (surprisingly)! You just have to look a little closer and not be deceived by the names of projects. Meet PyInstaller. As such, the name can be quite deceiving. But this project isn't an installer - it's a python -> EXE converter! And by EXE I mean "system executable" - yup, this isn't limited to Windows. It is truly cross-platform - able to deploy Python programs to any user without lugging Python along! As proof, here's a standalone executable in Linux. Extract, and make sure you make the program croquette executable! Included is the PyInstaller v1.5 archive, as well as a convenient script to build a standalone binary. I built the Python source in r13.http://dl.dropbox.com/u/1016340/croquette_linux_x86.zipMD5SUM: 04b64b0e6db44310187285688d29e253Size: 15 MB (Yes, it's big, but that's what happens when you build it into a standalone binary. PyInstaller says if you build the dependencies as static binaries, it can be compressed further.)Unfortunately, you can't build to another platform - that is, building a Windows binary on Linux, a Mac OS X binary on Windows, etc. So you will need people with those OSes to build binaries for the project.
Quote from: buttsfredkin on July 29, 2011, 05:32:26 pmQuote from: chattahippie on July 29, 2011, 05:24:13 pmQuote from: ephan on July 29, 2011, 05:22:29 pmWhat OS are you running?OSXThis is not the topic to criticize OS choices.
Quote from: ephan on July 29, 2011, 05:35:59 pmQuote from: buttsfredkin on July 29, 2011, 05:32:26 pmQuote from: chattahippie on July 29, 2011, 05:24:13 pmQuote from: ephan on July 29, 2011, 05:22:29 pmWhat OS are you running?OSXThis is not the topic to criticize OS choices.Hey dude, sorry if I offended anyone. I was just joking around.
To clarify, exes made on Linux are also compatible with Macs?
QuoteTo clarify, exes made on Linux are also compatible with Macs?Um, .exe's on Linux? Are you using WINE?
Woah, thanks a lot alberthrocks, just use his link to download Croquette IDE for Linux.I will (from now on) release separate binaries for all OSs on major versions.
Quote from: ephan on July 30, 2011, 05:56:58 amWoah, thanks a lot alberthrocks, just use his link to download Croquette IDE for Linux.I will (from now on) release separate binaries for all OSs on major versions.Could you still release the Python source alone for those of us who already have Python and all of the necessary libraries installed?
Quote from: buttsfredkin on July 29, 2011, 05:32:26 pmQuote from: chattahippie on July 29, 2011, 05:24:13 pmQuote from: ephan on July 29, 2011, 05:22:29 pmWhat OS are you running?OSXPlease don't make it into more than it is.