Message 1 of 2
Import errors after installing new python version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I recently installed a new python version and fiddled around with it, and now I cant run or debug any fusion addin,
I get
Exception has occurred: ImportError
DLL load failed while importing _core: The specified module could not be found.
File "C:\Users\mrnic\AppData\Local\Autodesk\webdeploy\production\b0c303e70bd97cfdc195adab65922cfeffcb363a\...", line 15, in <module> import _core ImportError: DLL load failed while importing _core: The specified module could not be found.
On the Line:
import adsk, adsk.core, adsk.fusion, traceback
I tried to reinstall Fusion 360 completely but that didnt resolve the issue.
Unfortunately im not familiar enough with python to figure out why this is happening, the files seem to be there.
Any Tips would be greatly appreciated!