Hi This is just an observation and not really a bug:
I've just received some logs from a friend's windows 2000 PC which is having EnsureDispatch problems. I notice the following package paths win32com.__path__: ['C:/ptest\\support', 'C:\\ptest\\CMTest.exe?86016', 'C:\\ptest', 'F:\\Projects\\CMTest\\buildCMTest\\out1.pyz'] client.__path__: ['C:\\ptest\\CMTest.exe?86016', 'C:\\ptest', 'F:\\Projects\\CMTest\\buildCMTest\\out1.pyz'] These F:\ directories are from my dev machine and should not really be there on the target. I guess that the 'C:\\ptest\\CMTest.exe?86016' usually takes precedence. cheers Steve _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
