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 d
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 ther
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
win32com.client.gencache.Ensu
Mark Hammond 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 generating a python scri
On 11/05/2010 12:50 PM, Bill Janssen wrote:
Mark Hammond 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 :-