Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install the py2exe modul in Linux

I downloaded the actual py2exe package. But I've no idea how to get it in my system. I mean I can follow the tutorial a 100% but I can't find anything how to install py2exe to my kubuntu 11.10. I also can't find a py2exe.py which I could include to my workingfolder.

Could some please help me the project has to be finish till tomorrow?

Thanks for your help

cheers, Chris

like image 679
user1312621 Avatar asked Apr 04 '12 10:04

user1312621


People also ask

Does py2exe work on Linux?

py2exe doesn't support on Linux or Mac, as it's aimed to create .exe files which is a Windows-unique format. You can download a Windows virtual machine on both Mac and Linux, use Wine or use a different tool like Pyinstaller on Linux, or py2app on Mac.

Which is better PyInstaller or py2exe?

In PyInstaller it is easy to create one exe, By default both create a bunch of exes & dlls. In py2exe its easier to embed manifest file in exe, useful for run as administrator mode in windows vista and beyond. Pyinstaller is modular and has a feature of hooks to include files in the build that you like.

Is py2exe safe?

Is py2exe safe to use? The python package py2exe was scanned for known vulnerabilities and missing license, and no issues were found. Thus the package was deemed as safe to use.


1 Answers

Py2exe has to run on Windows, you can not run it in Linux. (Maybe wine can help, but I'm not sure)

like image 86
Kien Truong Avatar answered Oct 02 '22 17:10

Kien Truong