user2417992
user2417992

Reputation: 204

How to compile python into an executable file?

I'd like to know how to compile a .py file into an executable file. I know that python is an interpreted language but i need to make an executable for a machine where i can't install a python interpreter so i'd like to compile it into an executable. So i wonder if there could be a command line to make it (i traditionaly use Makefile for my programming project).

Thank you for reading

Upvotes: 1

Views: 221

Answers (2)

user2660581
user2660581

Reputation:

cx-freeze this is also multiplateform

Upvotes: 2

Related Questions