I have applied the patch to my pyinstaller-1.3 to solve the problem.
<QUOTE>
{{{
--- win32comgenpy1.1.py Mon Sep 12 06:33:10 2005
+++ win32comgenpy.py Sun Feb 19 07:28:40 2006
@@ -34,6 +34,7 @@
import win32com
win32com.__gen_path__ = genpydir
win32com.__path__.insert(0, supportdir)
+sys.modules["win32com.gen_py"].__path__ = [ win32com.__gen_path__ ]
# for older Pythons
import copy_reg
}}}
</QUOTE>
--
Ticket URL: <http://www.pyinstaller.org/ticket/172>
PyInstaller <http://www.pyinstaller.org>
PyInstaller Project
Comment(by giovannibajo):
I'm sorry about that. Can you confirm that the patch works in 1.4 as well?
If so, I'll merge it in for 1.4.1.
--
Ticket URL: <http://www.pyinstaller.org/ticket/172#comment:1>