Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How can I get access to the Fusion adsk libraries when I have a Python terminal open from a command prompt?
Ie, when I call
>>> import adsk.core
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'adsk'
>>>
Solved! Go to Solution.