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
___
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
--- 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):
>
--- 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
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