Convert python to exe

G

gouqizi.lvcha

Hi

I have a python script under linux, I wonder if I can be converted to
an executable or not?

Richard
 
M

Marc 'BlackJack' Rintsch

In <[email protected]>,
I have a python script under linux, I wonder if I can be converted to
an executable or not?

Place '#!/usr/bin/env python' as the first line of your script and type::

chmod u+x yourscript.py

at the command line. ;-)

Ciao,
Marc 'BlackJack' Rintsch
 
R

RM

Does cx_Freeze pack all dependencies? Would te resulting files(s) be
able to run on a Linux machine that does not have Python installed? If
not, what alternatives are there to accomplish that? Is the McMillan
installer still being maintained? Does it work for GUI applications?

-Ruben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,222
Messages
2,571,142
Members
47,757
Latest member
PDIJaclyn

Latest Threads

Top