Answer the question
In order to leave comments, you need to log in
How Python applications are built for Windows
Many people know that a bunch of software for Windows is written in Python - List of software written in the Python programming language , for example Bittorrent.
Are these serious applications compiled under Windows, with the help of not very serious utilities like py2exe, pyinstaller and others?
How to properly distribute software written in Python3 + PyQt?
Answer the question
In order to leave comments, you need to log in
Why don't you like py2exe? A normal utility that performs its function. What is "non-serious" about it?
Read carefully what Bittorrent for Winodws is written in
Written in Python (and for Windows in C++).
Actually it is not clear what else you want, because cpython is not a compiler, but an interpreter. Yes, all these applications use py2exe and others like it. You can go to dropbox.exe as an archive and check, for example :)
You won’t be able to use ironpython pyqt, except through qt bindings for dotnet, but you will need to rewrite a lot of things
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question