Re: [python-win32] EOFError in gencache.py

2010-07-13 Thread Petr Dlabal
Hi, I have a similar problem as described bellow - launching multiple instances of my application causes rewriting dicts.dat file in gen_py cache, sometimes when two processes running at the same time it leads to errors, because of locked dicts.dat. Is there some way to prevent this file to rewrite

[python-win32] Win32 exception occurred releasing IUnknown

2010-02-26 Thread Petr Dlabal
Hi, I'm trying to process large amount of autocad drawings by python script using DWGDirect library (but I think I already saw the same problem with original autocad automation with python). I'm trying to explode the block in drawing and this action leads to delete the original block from drawing.

[python-win32] Autocad automation via COM

2008-06-05 Thread Petr Dlabal
Hello, I'm new in this mailing list. I'd like to discuss this problem with pywin32 and autocad: autocad awaiting parameters to functions as variants, but in fact, it must be for example array of doubles x,y,z. The problem and some fix by patching build.py script is described here: http://www.mail-a