distributing a standalone python app. under Linux

  • Thread starter Alexander Eisenhuth
  • Start date
N

Nicola Mingotti

Alexander Eisenhuth said:
Hallo alltogether,

under windows, the py2exe is first choice, but has anybody done it
under Linux ? My first try with Installer

most linux these days already have a python interpreter
installed so i think the simplest (simplistic) method
would be send the *.py or *.pyc file/s .
( i follow this way when i give little apps to my friends )

i you want to ensure that the host machine has
python ( or the right relase of it ) you can write
a bash script that
1) install python
2) install your program [this part can be done in python itself]


bye
 
A

Alexander Eisenhuth

Nicola said:
most linux these days already have a python interpreter
installed so i think the simplest (simplistic) method
would be send the *.py or *.pyc file/s .
( i follow this way when i give little apps to my friends )

Maybe youre right, but the applicatiobn runs under embedded linux, so the size
of your applikation is another argument :-(

Alexander
 

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

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top