I’m trying using pyautocad library in python 3.8 on windows with the following example code taken from a tutorial: import pyautocad acad = pyautocad.Autocad() print ...