win32com: gencache problem

Thomas Heller thomas.heller at ion-tof.com
Thu May 17 15:29:45 EDT 2001


"Markus von Ehr" <mvonehr at web.de> wrote in message news:3B0401EB.F00F4F6 at web.de...
> I´m using Gordon´s installer 3j for Python 2.0 and the win32com
> extensions by
> Mark Hammond. In my program I only use the win32com.client.dynamic
> interface
> for the communication with IExplorer.
> The "frozen" version reports a gencache error: the gen_py/__init__.py
> file
> is not found in the win32com.__gen_path__ directory.
>
Haven't tried Gordon's installer lately, but py2exe does this
it seems. Mark's testExplorer.py script (in win32com\test) builds out of
the box and without any special arrangements in the build process.
The first part using dynamic dispatch (the TestExplorer function)
works like a charm, the TestExplorerEvents function fails because it
needs the makepy generated support which is not automatically included
into the exe-file.

Thomas





More information about the Python-list mailing list