|
From: Kelie <kf...@gm...> - 2008-04-04 20:10:10
|
Thomas Heller <theller@...> writes:
> Hm, is this a bug in Autocad, or is comtypes behaving wrong here; does this
> error code mean we have to wait a little and retry the call? How do other
> COM clients, like VB or pywin32, behave?
>
Thomas, pywin32 does not have such as problem. I can launch AutoCAD with:
import win32com.client
acadApp = win32com.client.Dispatch("AutoCAD.Application")
Btw, AutoCAD has built-in VBA support.
|