<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Hi ..
>
> I'm a newbie to python win32 programming. I was just reading Python
> Programming on Win32 and I was trying to run this program:
>
> # SimpleCOMServer.py - A sample COM server - almost as small as they
> come!
> #
> # We expos
What shoud I do to fix it?
--
http://mail.python.org/mailman/listinfo/python-list
Hi ..
I'm a newbie to python win32 programming. I was just reading Python
Programming on Win32 and I was trying to run this program:
# SimpleCOMServer.py - A sample COM server - almost as small as they
come!
#
# We expose a single method in a Python COM object.
class PythonUtilities:
_public_