K
K
KOS_MOS2011-11-16 17:28:42
Python
KOS_MOS, 2011-11-16 17:28:42

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

4 answer(s)
S
stampoon, 2011-11-16
@stampoon

Why don't you like py2exe? A normal utility that performs its function. What is "non-serious" about it?

I
Ivan Garbuz, 2011-11-16
@garbuzivan

Read carefully what Bittorrent for Winodws is written in

Written in Python (and for Windows in C++).

S
susl, 2011-11-16
@susl

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

K
KOS_MOS, 2011-11-16
@KOS_MOS

And how difficult is the option of porting an application to IronPython?
Will PyQt work and will it be convenient to work with it?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question