LWN.net Logo

Dealing with external scripts

Dealing with external scripts

Posted Feb 11, 2011 22:19 UTC (Fri) by schwitrs (subscriber, #3822)
Parent article: Moving to Python 3

I maintain a scientific software package which is partially written in Python, but more relevantly, has Python user scripts which I do not and cannot maintain. It is very important that old results are reproducible. A requirement of very minor, obvious changes to the scripts might fly, but the Python 2 to Python 3 transition doesn't seem to be this. Has anyone tried to deal with this sort of problem?


(Log in to post comments)

Dealing with external scripts

Posted Feb 11, 2011 22:48 UTC (Fri) by foom (subscriber, #14868) [Link]

Yes -- most people seem to be dealing with this problem simply by sticking with Python2...

Dealing with external scripts

Posted Feb 12, 2011 17:23 UTC (Sat) by ssam (subscriber, #46587) [Link]

probably best not to worry. python2 will still be around for a long time. there is still plenty of FORTRAN 77 around, especially in science.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds