On 5/15/2008 4:14 PM, Werner Still wrote: > > today I tried to use PyInstaller instead of py2exe for a non trivial command > line tool. The Phases Configure, Makespec and Build worked fine. Only the > Warning > > W: Cannot determine your Windows or System directories > > W: Please add them to your PATH if .dlls are not found > > W: or install starship.python.net/skippy/win32/Downloads.html > > showed up during Configure and Build.
It's telling you to install pywin32 if you want full support on Windows (eg: icons). > At the time I tried to run the executable (with --onefile) I got an message: > > msvcr71.dll could not be extracted! > [...] Already fixed on PyInstaller trunk, with a fix similar to yours. Can you please double-check? Thanks! > PS: Have you done a Port to HP-UX? I have a python script that needs to run > on HP-UX and Solaris and other flavours of UNIX as well as Windows. Not myself (I don't have access to such systems), and others have been mixed fortunes with Solaris. Though patches are really welcome :) -- Giovanni Bajo Develer S.r.l. http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
