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

2009-01-06 Thread Brad Posthumus
uot;use the default" (which it isn't). 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] Shape file field update problem

2006-08-28 Thread Brad Posthumus
pting questions, you will be better off posting to the ESRI forums: http://forums.esri.com/forums.asp?c=93. Brad Posthumus ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[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-09 Thread Brad Posthumus
--- Mark Hammond <[EMAIL PROTECTED]> wrote: > In that case, it may be that ADO is expecting your > events to always handle > certain methods - ie, when ADO itself tries to find > an event handler you > have not implemented, it will see the > DISP_E_MEMBER_NOT_FOUND error (raised > by Python, as th

[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 Disp