Support Forums

Full Version: PYtoEXE on linux?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to convert a python file to an exe for school. But I'm on Linux, so I'm not really sure what to do. Is there a way to convert it to an exe on Linux?
I have done some searching and it seems that no such program exists. Your best bet is to use Portable Python And just put your script on a thumb drive.
(03-10-2010, 12:58 PM)uber1337 Wrote: [ -> ]I have done some searching and it seems that no such program exists. Your best bet is to use Portable Python And just put your script on a thumb drive.

Thanks, I'll try that.
PyInstaller works on linux i think, i've never actually used it, but even past PyInstaller i've heard of 2 other programs that can, you should be able to work wonders with 'linux python executable'

"PyInstaller is a program that converts (packages) Python programs into stand-alone executables, under Windows, Linux, and Mac OS X."

http://www.pyinstaller.org/
I use pyinstaller even when Im converting to PE (win32 exe), its pretty awesome