First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Running your code in PSSE 33.5 gave a similar DLL error: NumPy could not load one of its DLLs. Changing the import order(import psspy first) solved this problem for me:
import psspy, wx, math, csv, numpy, matplotlib