blink1073 / oct2py

Run M Files from Python - GNU Octave to Python bridge
http://blink1073.github.io/oct2py/
MIT License
256 stars 53 forks source link

argument of type 'NoneType' is not iterable #325

Open 17Reset opened 2 months ago

17Reset commented 2 months ago
(octave_env) D:\Download>python
Python 3.12.4 (tags/v3.12.4:8e8a4ba, Jun  6 2024, 19:30:16) [MSC v.1940 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import oct2py
argument of type 'NoneType' is not iterable
yasirroni commented 1 month ago
Python 3.12.2 (tags/v3.12.2:6abddd9, Feb  6 2024, 21:26:36) [MSC v.1937 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import oct2py
>>>

Is Octave already installed? Could you explain how you installed Octave and Oct2Py?