I
I
ivu2018-09-05 20:06:39
Python
ivu, 2018-09-05 20:06:39

Will it be possible to run Python programs on other platforms?

I created a simple console program. Will it be possible to launch it on other platforms?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
MechanicZelenyy, 2018-09-05
@MechanicZelenyy

If you did everything right, then yes.
An example of how you can do it wrong: work with paths, not through os.path, but work manually like with strings.

D
Dimonchik, 2018-09-05
@dimonchik2013

that's why he and Python

I
Ivan Mikhailov, 2018-09-06
@IvanMikhaylov

Read about PyInstaller, cx_Freeze, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question