Re: [python-win32] Multiple Extraction - ArcGIS9.2

2009-01-06 Thread Brad Posthumus
). This will be the first cause of your error message, so try changing your arguments to workspaces (directories or geodatabases where contain your rasters) and the mask dataset you plan on using. Brad Posthumus ___ python-win32 mailing list python

[python-win32] DispatchWithEvents and ADO

2006-03-09 Thread Brad Posthumus
--- Mark Hammond [EMAIL PROTECTED] wrote: Oops - that last mail snuck away from me! Enabling debug mode for event handlers is tricky - you probably could open the makepy generated file and locate the function in the events class: def _query_interface_(self, iid):

[python-win32] DispatchWithEvents and ADO

2006-03-08 Thread Brad Posthumus
I'm having difficulty understanding exactly how DispatchWithEvents operates. I need to execute SQL statements on tables in an Oracle database (using ADO) and it runs fine when using Dispatch. However when I include DispatchWithEvents both the Execute() and Close() methods no longer work for my