ghenne píše v Po 06. 09. 2010 v 15:06 -0700: > I then rebuilt without --onefile. I copied the dist folder onto a > clean machine and ran Webview.exe. I got the same message about the > DLL load failed.
Without --onefile (onedir mode) I also copied dist folder onto a clean machine (from winxp to vista) and Webview.exe works without any problems. Even a webpage was successful rendered in a Webview.exe when typing an url. Some notes: - Did you run 'python Configure.py' before 'Makespec.py' and 'Build.py'? - is there any reason why your python is installed in C:\Program Files \Python 2.6 ? I don't know if it could break something but just to be sure. I'm sorry but I'm not able to reproduce your DLL error. Windows XP EN SP3 Python 2.6.5 wxPython 2.8.11.0 YOU: packaging --onefile works, binary not. packaging --onedir (default) works but binary not. In both cases the same error about dll. ME: packaging --onefile doesn't work (wxwebkit.dll is not found). packaging --onedir wors and binary works. -- 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.
