N
N
Nikita2014-08-23 17:02:31
Python
Nikita, 2014-08-23 17:02:31

Is it possible to make a gui application in python without installing an interpreter?

I heard that you can somehow write applications in Python for use without installing python on your computer. Is it possible to make an application with gui?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Don Kaban, 2014-08-23
@Freeddi

No. You can undeploy the application, that is, make a binary package that will be executed on a machine without an interpreter, that is, in fact, paste the necessary libraries into this binary with the interpreter. You still have to develop on a machine with python and the necessary libraries (gui also requires some kind of cross-platform gestures, such as pySide)
www.py2exe.org
https://pythonhosted.org/py2app/
cx-freeze.sourceforge.net

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question