Re: [python-win32] Closed Source Service

2008-10-16 Thread David Fierbaugh
Do you mean because of licensing? On Thu, Oct 16, 2008 at 5:24 PM, Max Lynch <[EMAIL PROTECTED]> wrote: > Hi, > I was wondering if it's possible to make a closed source service using > python win32 and PythonService.exe? > > Thanks, > Max > > ___ > pytho

Re: [python-win32] Closed Source Service

2008-10-16 Thread Larry Bates
Max Lynch wrote: Hi, I was wondering if it's possible to make a closed source service using python win32 and PythonService.exe? Thanks, Max ___ python-win32 mailing list pyth

[python-win32] Closed Source Service

2008-10-16 Thread Max Lynch
Hi, I was wondering if it's possible to make a closed source service using python win32 and PythonService.exe? Thanks, Max ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Problem in accessing the Message body of Outlook Inbox.

2008-10-16 Thread Tim Roberts
venu madhav wrote: > Hi all, > As of now I got access to the text of the message. Now if I > want to access the sender address and the receiver address of a mail > how can I do that? I tried giving message.To and message.From both of > which didn't work.. :-(. I tried searching in Google fo

Re: [python-win32] COM server and function parameters (debug with pippo)

2008-10-16 Thread ricercar
I have the same problem with pippo_server, the test file in the win32com package. I don't know if somebody can have more info from this. I used a client written with python and comtypes and, with a little effort I can see the call to QueryInterface with IID_NULL (as happens if the caller is a C++

Re: [python-win32] COM server and function parameters

2008-10-16 Thread ricercar
At 10.31 15/10/2008 -0700, you wrote: [EMAIL PROTECTED] wrote: > Hi all, > I still have some problems with my server. > > I have a function that should return three parameters defined as: > > HRESULT GetInfo([out] BSTR *name, [out] BSTR *version, [out] BSTR > *description); > > If I return a tuple