Re: [python-win32] Trouble Automating Alibre CAD package

2006-07-09 Thread Mark Hammond
> When I try the same thing in a vbs script, and run with wscript: > > Dim AlibreHookAlibreHook = GetObject(, > "AlibreX.AutomationHook") > Dim AlibreRootAlibreRoot = AlibreHook.Root > WScript.Echo("Version " & AlibreRoot.version) > > I get the error: > Line:

Re: [python-win32] Trouble Automating Alibre CAD package

2006-07-09 Thread Duane Kaufman
Hi, Thanks Mark. I know this isn't the (strictly) correct group to ask this, but does anyone know if ctypes has any more capabilities with regard to this problem? Thanks, Duane > > From: "Mark Hammond" <[EMAIL PROTECTED]> > Date: 2006/07/09 Sun AM 06:50:20 CDT > To: <[EMAIL PROTECTED]>, > S

Re: [python-win32] Trouble Automating Alibre CAD package

2006-07-09 Thread Mark Hammond
> I know this isn't the (strictly) correct group to ask this, > but does anyone know if ctypes has any more capabilities with > regard to this problem? I believe it does, yes, although I've never attempted to use it. Longer term, I can picture ctypes being used by pywin32 to also provide that fac