Re: [python-win32] Running a Windows Python service without pythonservice.exe?

2010-05-10 Thread Mark Hammond
On 10/05/2010 7:08 AM, Bill Janssen wrote: A few weeks ago, Mark mentioned that there's now a way to run a Windows service without pythonservice.exe. I'd like to hear more about that. Right now, I'm stuck with my UpLib system on Windows. I'd like to be able to install everything in the UpLib

Re: [python-win32] Walking the shell namespace in Python

2010-05-10 Thread Mark Hammond
On 7/05/2010 4:29 PM, Thomas Heller wrote: Tim Golden schrieb: On 05/05/2010 20:33, Thomas Heller wrote: Does someone have example code snippets how to walk the shell namespace in Python? I'm lost in all these pidls and folders. The code below uses the pywin32 functions to walk. Because

Re: [python-win32] how to get access to someone's else Outlook Calendar ?

2010-05-10 Thread Mark Hammond
On 4/05/2010 6:40 AM, Stef Mientki wrote: Now one small question, how do I get those constants, like constants.olFolderCalendar (=9) ? makepy needs to have been run for the object in question before the constants magically appear. It should be as simple as using

Re: [python-win32] Running a Windows Python service without pythonservice.exe?

2010-05-10 Thread Bill Janssen
Mark Hammond skippy.hamm...@gmail.com wrote: That's correct. Using python.exe as the host will involve having a .py script which imports the servicemanager module then call PrepareToHostSingle and instantiate the service class - or something like that :) How definitive :-). I'm already