(sorry for late reply) On mar, 2007-09-18 at 05:33 +0200, Matias Lee wrote:
> Hi, I used pyinstaller in ubuntu without problem, now I am trying to > do the same in Windows Vista and I can´t do it. At the moment of run > Configure.py I obtain this warning: > > Cannot determine your Windows or System directory > Please add them to your PATH if .dlls are not found > or install starship.python.net/skippy/win32/Downloads.html Install pywin32, that should be enough. > My problem happens when I run the application, there is a problem with > the file MSVCR71.dll, the application can´t extract it. Probably the file is duplicated within the PyInstaller-generated executable. Verify it by running ArchiveViewer.py over the generated executable and look at the list it displays. If it is so, this bug is fixed in latest trunk of PyInstaller. Try using that version instead of whatever you are using now. -- Giovanni Bajo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
