Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
As already mentioned, Python is a cross-platform language. But if you really cannot do without *.exe, try the cx_Freeze library - the description says that it is platform-independent.
Also here is what the author himself writes here :
cx_Freeze is a set of scripts and modules for freezing Python scripts
into executables, in much the same way that py2exe and py2app do.
Unlike these two tools, cx_Freeze is cross platform and should work
on any platform that Python itself works on. It supports Python 2.7
or higher (including Python 3).
For python, there is no compiler in .exe under Linux, that is, in your case, no way.
PS There is such a thing for C++.
The easiest way is to install a virtual machine with Windows, but if simple paths are not for you, then install wine, install python under wine, and then you need to use pyinstaller (also under wine)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question