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

2006-07-12 Thread Thomas Heller
[EMAIL PROTECTED] schrieb: > Hello, > > I am trying to use pywin32 to automate a CAD package from Alibre > (www.alibre.com) called Design Express. > > The documentation I can get is written for Visual Basic (and not all that > well at that), and I get the following error from the following line

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

2006-07-12 Thread Thomas Heller
[EMAIL PROTECTED] schrieb: > > Hello, > > > > I am trying to use pywin32 to automate a CAD package from Alibre > > (www.alibre.com) called Design Express. > > > > The documentation I can get is written for Visual Basic (and not all that > > well at that), and I get the following error from the

Re: [python-win32] ADOX catalog.Table.Append error -- 'The parameter is

2006-07-12 Thread Jim Vickroy
Roger Upole wrote: Jim.Vickroy wrote: Hello, I am a novice user of ADOX who is attempting to create a database and a table in it. I seem to be able to create a SQL Express database but am unable to add a table to it. The attached script (adox.py) illustrates the difficulty. A

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

2006-07-12 Thread Mark Hammond
Thomas wrote: > I'm not sure pywin32 can handle such a buggy object, > but you could probably try to run makepy on the typelib and then > create the object. What might work here is to pass a secret second arg to QueryInterface. This second arg can be the IID of the object returned from the call.