Ask Your Question

Daniel's profile - activity

2016-12-26 18:03:44 -0500 received badge  Supporter (source)
2013-07-24 11:39:03 -0500 received badge  Famous Question (source)
2013-06-04 14:42:46 -0500 received badge  Notable Question (source)
2013-06-04 00:49:17 -0500 received badge  Student (source)
2013-06-04 00:45:24 -0500 received badge  Popular Question (source)
2013-05-28 15:09:47 -0500 asked a question Importing self-made modules and PSSPY

Hi everybody.

I am trying to build a more o less complex set of scripts with PSSPY.

Usually with python I have a main.py and then several submodules (e.g. power_flow.py, dynamics.py ...).

However, this doesn't work when I am using PSSPY. I can either import PSSPY in the main.py or in one of the submodules. But if I try to call PSSPY functions from both, the interpreter will say that the functions I am trying to call doesn't exist.

Has anyone faced the same problem?