Ask Your Question

Revision history [back]

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