rwl / pylon

Port of MATPOWER to Python.
http://rwl.github.com/pylon
Apache License 2.0
29 stars 10 forks source link

Is there any bug? #2

Open matrix-zz opened 14 years ago

matrix-zz commented 14 years ago

I installed pylon0.3.2 on my pc sccessfully. and type "pylon case6ww.m" in windows command environment. the program exited with error message--

Traceback (most recent call last):

File "d:\Python26\Scripts\pylon-script.py", line 8, in load_entry_point('Pylon==0.3.2', 'console_scripts', 'pylon')()

File "build\bdist.win32\egg\pylon\main.py", line 321, in main

File "build\bdist.win32\egg\pylon\main.py", line 101, in call

File "build\bdist.win32\egg\pylon\ac_pf.py", line 104, in call

File "build\bdist.win32\egg\pylon\ac_pf.py", line 234, in solve

File "build\bdist.win32\egg\pylon\ac_pf.py", line 447, in _evaluate_function

TypeError: can't multiply sequence by non-int of type 'cvxopt.base.matrix'