Re: [python-win32] SolidWorks pywin32?

2010-11-08 Thread Tim Roberts
Samu Niveri wrote: I have created small app for SWx and encountered a minor problem with it. When trying to read properties from SWx-files using API-command: CustomPropertyManager.Get2(ByVal FieldName As String, ByRef ValOut As String, ByRef ReesolvedValOut As String) I get results:

Re: [python-win32] access violation debugging advice?

2010-11-08 Thread Tim Roberts
RayS wrote: I'm accessing a 3rd party ctypes cDLL function and getting WindowsError access violation at 0x at seemingly random time intervals; what tips does the group have for debugging? The DLL author is an MS C++ guy and not Python literate. The DLL appears to run without error