Re: [python-win32] Question win32com.client.Dispatch

2023-07-11 Thread Mateo Gomez Montoya
Very helpful, thank you! El mar, 11 jul 2023 a las 13:45, Steven Manross () escribió: > When building your “AutoCad.Application” object, it looks like 2007 is the > default object… > > > > In your computer’s registry directly under HKEY_CLASSES_ROOT you should be > able to find a Key (FOLDER

Re: [python-win32] Question win32com.client.Dispatch

2023-07-11 Thread Steven Manross
When building your “AutoCad.Application” object, it looks like 2007 is the default object… In your computer’s registry directly under HKEY_CLASSES_ROOT you should be able to find a Key (FOLDER icon) that matches that name… as well, IF AutoCAD has different versions installed , you should be

[python-win32] Question win32com.client.Dispatch

2023-07-11 Thread Mateo Gomez Montoya
Hello, I'm trying to use the command of win32com.client.Dispatch("AutoCAD.Application") and on the computer that I'm working with there are two versions of AutoCAD one from 2007 and another from 2021. I want to use a program that I created with the most recent version but when I run my code it