[python-win32] problem with reference parameter to COM function (makepy)

2006-06-05 Thread Coleman, Michael
Hi, I'm trying to use win32com to drive a COM object. I ran makepy to create the interface and am (apparently) able to run some of the object's functions. I'm having problem, though, with functions that have reference parameters (e.g., pointer to bool). I saw in some documentation (on oreilly

[python-win32] Adding AutoCAD Points.

2006-06-05 Thread Tim Riley
Has anyone come up with a way to add AutoCAD points using Python and win32? Do I have to use Makepy on the type library? For example adding a line to Modelspace requires you to call the AddLine method that accepts two arrays of doubles. Any help/tips would be greatly appreciated. __

Re: [python-win32] problem with reference parameter to COM function(makepy)

2006-06-05 Thread Mark Hammond
> I'm trying to use win32com to drive a COM object. I ran makepy to > create the interface and am (apparently) able to run some of the > object's functions. I'm having problem, though, with functions that > have reference parameters (e.g., pointer to bool). > > I saw in some documentation (on

Re: [python-win32] Adding AutoCAD Points.

2006-06-05 Thread Dan Glassman
Tim Riley wrote: > Has anyone come up with a way to add AutoCAD points using Python and > win32? Do I have to use Makepy on the type library? For example adding a > line to Modelspace requires you to call the AddLine method that accepts > two arrays of doubles. > > Any help/tips would be greatl

Re: [python-win32] Adding AutoCAD Points.

2006-06-05 Thread Mark Hammond
Hi Dan, I was wondering what happened to that patch - I'm glad it still lives :) > Mark and I had taken that discussion off the list way back in > February, > and I'll leave it to him if he wants it back on the list. I'm happy for all 'functionality' discussions to happen on list - but if it is