AttributeError: module 'adsk.core' has no attribute 'InputChangedEventHandler'

AttributeError: module 'adsk.core' has no attribute 'InputChangedEventHandler'

shutov441-vuz
Contributor Contributor
477 Views
0 Replies
Message 1 of 1

AttributeError: module 'adsk.core' has no attribute 'InputChangedEventHandler'

shutov441-vuz
Contributor
Contributor

Hi, trying to combine 2 scenarios. The first one implements the user interface. The name of the folder on the network drive is entered in the text box. The second one implements downloading some .stl files from disk. I use

"import SMBConnection" for this. Every time i run my script i get the error: ModuleNotFoundError: No module named 'adsk'. This interferes with the second part of the script. i solve like this:
import sys
sys.path.append ("C: / Users / User / AppData / Roaming / Autodesk / Autodesk Fusion 360 / API / Python / defs")
and now i get this error: AttributeError: adsk.core module has no InputChangedEventHandler attribute
I don't know what to do to fix this.

 
 
0 Likes
478 Views
0 Replies
  • API
Replies (0)