win32comext makes many problems (py2exe, zip-packages, etc)
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
Each time I install a new release of pywin, I first
copy the win32comext folder contents to win32com.
Otherwise I have a lot of trouble with that module-fake
code in win32com/__init__.py
Is there a true reason for win32comext?
If anybody makes an own extenstion (as I used some)
they don't need to live in win32comext.? If modules
come with pywin they can anyway stay in win32com and
load clean, I think.