Re: [python-win32] 'No such interface supported' question [SEC=UNCLASSIFIED]

2007-10-18 Thread Andrew MacIntyre
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

[python-win32] 'No such interface supported' question

2007-10-18 Thread Nick Collier
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

Re: [python-win32] Announcement: Project to get some CPython C extensions running underIronPython

2007-10-18 Thread Trent Nelson
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

Re: [python-win32] Automating logon/logoff

2007-10-18 Thread Matt Herbert (matherbe)
> -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

Re: [python-win32] Automating logon/logoff

2007-10-18 Thread Matt Herbert (matherbe)
> > 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

Re: [python-win32] Automating logon/logoff

2007-10-18 Thread Tim Golden
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

Re: [python-win32] Automating logon/logoff

2007-10-18 Thread Matt Herbert (matherbe)
> -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, > > > >

Re: [python-win32] Automating logon/logoff

2007-10-18 Thread Tim Golden
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