answered 2015-10-08 07:15:18 -0500
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