Hey all,
anyone tried playing with the IronPython Max 2012 extension found here?
My Max seems to load the assembly ok and allows me to execute a .py script.
But for some reason I must be missing something as I get an error immediately when trying to run the sample scripts provided:
Error occurred: No module named os
OK
I am guessing when it’s attempting to import the base autodesk package.
I thought it might have to do with some pythonpath issue and did set it up to point where I copied the sample python scripts.
I would assume the ironpython.dll I copied to the max install folder would provide access to the python builtins?
I do have the SAP extension installed as well and built the pythonlauncher.dll.
I would gladly welcome any informations on this