On Tue, 28 Apr 2009 15:04:05 +0300, Thomas Heller
wrote:
You could try comtypes, it allows to specify the exact parameters that
are passed as VARIANTs. There is even a sample snippet for autocad
in the docs:
http://starship.python.net/crew/theller/comtypes/
Thomas
Thank you, Thomas!
comt
Costin Gamenţ schrieb:
> Hi, everybody!
>
> I'm trying to automate some tasks in AutoCAD (version 16.2 -- 2006) with
> Python and COM. Apparently there is a long standind bug with either
> win32com or AutoCAD:
> http://mail.python.org/pipermail/python-win32/2005-December/004075.html
> and
Hi, everybody!
I'm trying to automate some tasks in AutoCAD (version 16.2 -- 2006) with
Python and COM. Apparently there is a long standind bug with either
win32com or AutoCAD:
http://mail.python.org/pipermail/python-win32/2005-December/004075.html
and I am having the same problem. Does a