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
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
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
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
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++
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