Hi,
It'd be awesome if comtypes could be installed via distutils and easy_install/pip, instead of manually downloading and running an installer.
Pip fails to find a suitable file, and attempting to installing the 'dev' version (which does a svn checkout) fails to find setup.py.
Cheers,
/Marcys
Log output from PIP trying to install comtypes
There's a setup.py, but pip checked out the svn root..bah
Nevertheless, not quite so smooth as it could be. Uploading the source package to pypi would be a great start, and sufficient for me.
pip install and easy_install work now, looks like this ticket can be closed.