Hi!
Sorry, I can't read "THE" book, today.
I only wish to say than Python-COM-dynamic-server run very well. I use this
techno all days, and also many of my customers (but they don't know it ;
because it's transparent, for them).
@-salutations
Michel Claveau
se the COM object 'ob' to be
called with DISPID_VALUE)
Hope this helps,
Mark
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nicholas
Sent: Sunday, 20 January 2008 4:22 AM
To: python-win32@python.org
Subject: [python-win32] newbie question on calling DynamicPolic
Hi,
I have executed tried to call the ch12 example dynamic server "
DynamicPolicy.py" from python client via:
m = win32com.client.Dispatch('PythonDemos.StringModule')
m.split('hello there')
which gives the following error:
pythoncom error: Python error invoking COM method.
: Objects of type 'fun
Mark C. Brighton wrote:
Hello, I don't really have experience using win32com and I'm running into a problem. I'm trying to use a COM object. Several of the functions take strings as arguments, but when I pass in a string I get an exception:
import win32com.client
> Hello, I don't really have experience using win32com and I'm
> running into a problem. I'm trying to use a COM object.
> Several of the functions take strings as arguments, but when
> I pass in a string I get an exception:
...
>
> The documentation claims that the argument is a pointer to a
Hello, I don't really have experience using win32com and I'm running into a
problem. I'm trying to use a COM object. Several of the functions take
strings as arguments, but when I pass in a string I get an exception:
>>> import win32com.client
>>> o=win32com.client.gencache.EnsureDispatch("AT9
Do you find any more detail error message than a 500 Server Error?
I have no experience with using Python in the context of ASP. To use
non-ASCII characters correctly requires the understanding of character
encoding and to use them correctly through out a chain of software
components. In you
Hello,
I'm new to Python and also to asp. I started checking those two out just a
couple of days ago.
Anyway, things seems to work fine except that diacritic characters like the
Swedish ÅåÄäÖö generate a "HTTP/1.1 500 Server Error".
This example generates the error:
---