Re: [Tutor] Tutorial executable from python script.

2010-03-21 Thread Lie Ryan
On 03/21/2010 08:51 PM, Karim Liateni wrote: > > Hello Lie, > > Thanks for your advices. > > To have correct updates from ITs is really a true pain. The network > is worldwide in our company. I found issues having decent version. > On my local workstation I have Python v1.5, on compute farm LSF

Re: [Tutor] Tutorial executable from python script.

2010-03-21 Thread Karim Liateni
Hello Lie, Thanks for your advices. To have correct updates from ITs is really a true pain. The network is worldwide in our company. I found issues having decent version. On my local workstation I have Python v1.5, on compute farm LSF machines sometimes 2.2 , 2.3, 2.6. That's why I don't want t

Re: [Tutor] Tutorial executable from python script.

2010-03-21 Thread Lie Ryan
On 03/21/2010 06:00 AM, Karim Liateni wrote: > > Hello Alan, > > In fact, I want to be sure the users can run it on every machine in our > network. > Especially, I want to be able to run it on Solaris 5.8 with python 1.5 > (Unix machine). > I wanted to know if I could make some custom executable

Re: [Tutor] Tutorial executable from python script.

2010-03-20 Thread Karim Liateni
Hello Alan, In fact, I want to be sure the users can run it on every machine in our network. Especially, I want to be able to run it on Solaris 5.8 with python 1.5 (Unix machine). I wanted to know if I could make some custom executable like in C when you want to build a executable with a stat

Re: [Tutor] Tutorial executable from python script.

2010-03-19 Thread Alan Gauld
"Karim Liateni" wrote on machine which doesn't have recent version (2.0) of python. Given that v2 is at least 10 years old now that's not really "recent" I'd be surprised if any current Linux distros had anything that old on them! Even the ones designed for old hardware. In fact, are you su

[Tutor] Tutorial executable from python script.

2010-03-19 Thread Karim Liateni
Hello, I want to do a executable for linux/unix from python scripts and thus o allow to run on machine which doesn't have recent version (2.0) of python. I found the compile() method but how can I use it to make all in one executable which could be run on old system (old python). If you have