I have now also downloaded the SVN trunk, because I want to see if I can figure out what's wrong here. I have now installed python 2.6.2 and the win32 extension. When I import pythoncom and win32com in the console it works.
However, when I try tu run eventghost, it always fails with an error that there is no stackless. I downloaded the stackless package as well, but it says that it is already installed!
Is the stackless build a seperate python build so that I have to uninstall my original python and use the one from stackless? I assumed that it is just an additional package to install on top of it.
Are there somewhere instructions on how to get started with the source?