Nick Collier wrote:
> I'm trying to use python to work with the various ESRI (the GIS
> folks) com libraries. However, I'm running into some difficulties.
>
> I've run makepy on the type library I'm interested in working with
> and that yields:
>
> ...
> # This CoClass is known by the name 'e
Hi,
I'm trying to use python to work with the various ESRI (the GIS
folks) com libraries. However, I'm running into some difficulties.
I've run makepy on the type library I'm interested in working with
and that yields:
...
# This CoClass is known by the name 'esriSystem.AoInitialize.1'
cla
Giles,
Just a thought: if you've got some energy you're willing to invest,
perhaps you could redirect it to getting win32com to support the
generation of type libraries for Python classes that are exposed as COM
objects. If you've got a .tlb available, you can use 'tlbimp' to
generate .NET assemb
> -Original Message-
> From: Tim Golden [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 18, 2007 3:07 AM
> To: Matt Herbert (matherbe)
> Cc: python-win32@python.org
> Subject: Re: [python-win32] Automating logon/logoff
>
> Matt Herbert (matherbe) wrote:
> > Hello all,
> >
> > I am
>
> Thomas,
>
Wooops, I meant to say Tim. Sorry bout that.
-Matt
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
Matt Herbert (matherbe) wrote:
>
>
>> -Original Message-
>> From: Tim Golden [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, October 18, 2007 3:07 AM
>> To: Matt Herbert (matherbe)
>> Cc: python-win32@python.org
>> Subject: Re: [python-win32] Automating logon/logoff
>>
>> Matt Herbert (mat
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Larry Bates
> Sent: Wednesday, October 17, 2007 7:34 PM
> To: python-win32@python.org
> Subject: Re: [python-win32] Automating logon/logoff
>
> Matt Herbert (matherbe) wrote:
> > Hello all,
> >
> >
Matt Herbert (matherbe) wrote:
> Hello all,
>
> I am stumped trying to figure out how I can automate the login/logoff
> procedure on Windows. Here is what I know so far. First, I can logoff
> the system pretty easily using win32api.ExitWindowsEx() function.
> Second, I can auto logon the system (a