python-mlab

Python Mlab - cannot import name find_available_releases

谁说我不能喝 提交于 2019-12-04 20:27:24
问题 I am new to Python. I am trying to run MATLAB from inside Python using the mlab package. I was following the guide on the website, and I entered this in the Python command line: from mlab.releases import latest_release The error I got was: cannot import name find_available_releases It seems that under matlabcom.py there was no find_available_releases function. May I know if anyone knows how to resolve this? Thank you! PS: I am using Windows 7, MATLAB 2012a and Python 2.7 回答1: I skimmed