Re: win32com: error 80004005

2006-03-30 Thread Roger Upole
The only thing I see wrong is that the Hello method doesn't take any arguments, but the VB code is passing one. It works fine for me if I remove the arg. When registered with --debug, you should still be able to see the output in Pythonwin's trace collector window even when the object is instantiat

Re: win32com: error 80004005

2006-03-28 Thread ago
I solved it. If someone else is in the same situation... It was due to a defective installation. I reinstalled python and pywin, re-registered the server and everything worked well. -- http://mail.python.org/mailman/listinfo/python-list

win32com: error 80004005

2006-03-27 Thread ago
I am trying to make the win32com HelloWorld server work with a VBA client but I get: Run-time error '-2147467259(80004005)': Automation error Unspecified error I googled for the error but the suggested solutions (commenting out _reg_class_spec_ and putting the server on the python path) do not se