[python-win32] win32ui.CreateFileDialog error

2006-08-09 Thread Tim Riley
Can anyone explain to me why the following code will return a list if I select 12 files but will return None if I select 13?#file: pdf_batch_plot.py#auth: Tim Riley#rev:  0#desc: Allows the selection of multiple pdf files and batch plots them to pdf. ##Note: This program requires the win32all

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