Hello,
Recently I try to write some code to automate AutoCAD from Python. I have
to draw lines from Python using win32com.client module, but I obtain error.
By other hand I solved the problem using comtypes module. However, If I try
to obtain block attributes information, comtypes doesn't work but
Sadly not many people have access to autocad so it is hard to test.
What errors do you get using win32com?
Mark
On 1/02/2012 5:11 AM, DANIEL POSE wrote:
Hello,
Recently I try to write some code to automate AutoCAD from Python. I
have to draw lines from Python using win32com.client module, but