ames-market / psst

PSST - Power System Simulation Toolbox
Other
39 stars 27 forks source link

importError: cannot import name Model #1

Open ivanchoff opened 7 years ago

ivanchoff commented 7 years ago

Description

i Just want to run example from documentation, but when i exec it, i get the import error cannot import name Model

What I Did

[user@machine]$ python
Python 2.7.12 |Anaconda 4.2.0 (64-bit)| (default, Jul  2 2016, 17:42:40) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
>>> import psst
>>> from psst import Model
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name Model