victorlei / smop

Small Matlab to Python compiler
MIT License
1.08k stars 410 forks source link

'module' object has no attribute 'delete' #110

Open retsyo opened 7 years ago

retsyo commented 7 years ago

File "e:\prg\py\pure_pylib_bridge\SmallMatlabtoPythoncompiler\smop\main.py", line 102, in main if options.delete-on-error: AttributeError: 'module' object has no attribute 'delete' ('Errors:', 1)

ezwelty commented 7 years ago

Same here:

python main.py solver.m

Traceback (most recent call last): File "main.py", line 102, in main if options.delete-on-error: AttributeError: 'module' object has no attribute 'delete' Errors: 1

FYI:

python

Python 2.7 (r27:82500, Jul 17 2017, 17:07:55) [GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)] on darwin

deechiw commented 6 years ago

same here