A
A
Alexander Rublev2016-03-08 15:31:51
Python
Alexander Rublev, 2016-03-08 15:31:51

Python or C++ for windows application?

Guys, I'm back with a stupid question.
I made a very small program in Python (pyqt + mysql) and decided to try to run the whole thing on a laptop. And I was surprised that making a file.exe out of Python is a whole problem. (I didn’t succeed)
And the program that I make will have to be run on different computers and all under windows.
So how to be? Remember the basics of c ++ or stay on Python (Which would be very desirable)?
If I stay on python, then I need some kind of universal installation of all Python components and modules. And it is highly desirable to start with .exe. (Even a 5 kilobyte file will do for me, which will run the .py file itself)
How to solve this issue correctly?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
Neonoviiwolf, 2016-03-08
@Meller008

to learn how to build .exe on python
anyway, either it takes a week to build python, or a week to catch bugs in c ++

V
Vitaly, 2016-03-08
@vt4a2h

There is also cx_Freeze, for example. Everything is very simple there.

S
s0ci0pat, 2016-03-09
@s0ci0pat

For a small program that will be used on one computer, you can use any language.
For full compatibility and portability on Windows, it is better to use C #

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question