[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
[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
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
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.