First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
PSSE ships with its own Python distribution which doesn't include numpy and matplotlib. In this case you probably want to run with Python on top.
The Whit guys have also written a nice article on doing this.
It's possible to get a version of numpy and matplotlib to run with the PSSE Python distribution, but it's probably more work than it's worth.
2 | No.2 Revision |
PSSE ships with its own Python distribution which doesn't include numpy and matplotlib. In this case you probably want to run with Python on top.
The Whit guys have also written a nice article on doing this.
It's possible to get a version of numpy and matplotlib to run with the PSSE Python distribution, distribution but it's probably more work than it's worth.worth. PSSE maintains build packages of scientific tools for the correct PSSE Python versions.
For me, running the system Python on top is usually more convenient.
C:\Python27\
install tree is comforting.