Thomas Heller <[EMAIL PROTECTED]> 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.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
comtypes-users mailing list
comtypes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/comtypes-users

Reply via email to