Python 2.5 with PSSE33. Pyevolve
Is it possible to use python 2.5 with PSSE33 ? I need to use python 2.5 to use pyevolve (http://pyevolve.sourceforge.net). If someone knows another solution or another way to use pyevolve, tell me.
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
Is it possible to use python 2.5 with PSSE33 ? I need to use python 2.5 to use pyevolve (http://pyevolve.sourceforge.net). If someone knows another solution or another way to use pyevolve, tell me.
You will be fine with Python2.7
On the PyEvolve website they list Python2.5+ as a requirement, the +
here means up to 2.7 which is what PSSE33 uses. Generally any program written in Python2.5 will work on Python2.7 too.
I'm curious about PyEvolve, what are you using genetic algorithms for?
(edit) I have Python2.7 installed here and I was able to get pyevolve running (on MacOSX) without much problem. Note that easy_install
and pip
won't automatically install PyEvolve. You'll have to download the source code and install it yourself:
run the setup.py file, or just copy the pyevolve
directory to your Python's site-packages
folder on windows this is generally:
c:/python2.7/Lib/site-packages/
Thank you. It's very useful. I am using pyevolve for Optimum Capacitor Placement. http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1339348&tag=1
Asked: Apr 5 '13
Seen: 794 times
Last updated: Apr 05 '13
First Generation Wind Turbine Models (Type 4)
Change the python version or interpreter on pss/e command prompt
Python on PSSE :need mentor to learn that
How can i use PSS/E to calculate critical clear time through Python
Where can I download PSSE version 33 student?