Hi all,
I'm a Python beginner and trying to run the codes from Chapter 5 of Python pramming on win32. But when I tested the COM object with VBA, I got an error msg saying runtime error 438. Is there anyone can help me out? Thanks in advance!
Here are the codes:
[Python]
class PythonUtilities :
_public_methods _ = [ 'SplitString' ]
_reg_progid_ = "PythonDemos.Ut ilities"
...