Consequences of upgrading python2.7 to python 2.7.3
Hi all!
Will the python functionality of PSSE33 be affected if I upgrade the original python2.7 that came with PSSE to python2.7.3?
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
Hi all!
Will the python functionality of PSSE33 be affected if I upgrade the original python2.7 that came with PSSE to python2.7.3?
It's safely upgraded to python2.7.3 without any problems if you are using PSS/E 33. However, upgrading to python 2.8 will cause mass problems
Asked: 2013-03-29 20:56:53 -0500
Seen: 276 times
Last updated: Feb 16 '22
Ok, I can now confirm that you can safely upgrade to python2.7.3 without any problems whatsoever.
Yep there shouldn't be any problem with a point release. A larger upgrade (like 2.6 -> 2.7) would cause a problem because PSSE ships with the compiled `.pyc` files instead of `.py`. The compiled `.pyc` are hardcoded for a particular version of Python.