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
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
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
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
"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
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