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.
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