Durability and backward compatibility over 10 years...

P

Philippe DAVID

Hi,

I would like to use python to write some scripts for a system that will be used
for more than 10 years. My problem is the following:
In 10 years, if the OS evolves and ships with the latest stable version of
python, is there a chance for my 10 year old scripts to run on the new system ?
(I am using the following imports: os, sys, md5, getopt, socket, UserDict).
Currently we are using a RHEL linux, it includes python 2, 2.3 and 2.5. How old
is this python 2 ?

I don't need to be 100% sure that it will work, but avoiding upgrades of the
scripts would be a significant plus.


Otherwise, is it possible to do something similar like static compiling in C ? I
mean having one file, or a little set of files that contain my scripts and what
is needed from the python libs to run them ? This way I could ship the scripts
and some executables and be pretty much confident it will run even on new
systems for a long time.

Regards,
Philippe
 

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,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top