I wonder if you have the files in the right place on your system. My build step (with --onefile in it) seems to be more successful:
I: Dependent assemblies of C:\Program Files\Python 2.6\python.exe: I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none checking Analysis building Analysis because outAnalysis0.toc non existent running Analysis outAnalysis0.toc Analyzing: ..\..\extensions\pyInstaller\support\_mountzlib.py Analyzing: ..\..\extensions\pyInstaller\support\useUnicode.py Analyzing: Webview.py I: Analyzing C:\Program Files\Python 2.6\python.exe I: Dependent assemblies of C:\Program Files\Python 2.6\python.exe: I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none ...(continues for another 14K.) checking PYZ rebuilding outPYZ1.toc because outPYZ1.pyz is missing building PYZ outPYZ1.toc checking PKG rebuilding outPKG3.toc because outPKG3.pkg is missing building PKG outPKG3.pkg checking EXE rebuilding outEXE2.toc because Webview.exe missing building EXE from outEXE2.toc Appending archive to EXE C:\Users\George\Documents\My Dropbox\NSBasic \Setup - pyInstaller\Test\dist\Webview.exe I know the wxWebkit stuff is in my exe - it could not be as large otherwise. The resulting exe runs fine on my own computer - it's when I put it on a clean one that it fails. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
