Ask Your Question
1

Python 2.5 with PSSE33. Pyevolve

asked 2013-04-05 12:23:11 -0500

Hector gravatar image

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-04-05 17:20:57 -0500

JervisW gravatar image

updated 2013-04-05 17:44:39 -0500

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:

  1. visit https://github.com/perone/Pyevolve
  2. download the zip: https://github.com/perone/Pyevolve/archive/master.zip
  3. unzip
  4. 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/

edit flag offensive delete link more

Comments

1

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

Hector gravatar imageHector ( 2013-04-08 05:57:18 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2013-04-05 12:23:11 -0500

Seen: 766 times

Last updated: Apr 05 '13