On 1/23/2007 5:06 PM, bergel wrote: > ok, looks like this problem can't be solved. I give up on > pyinstaller. I m moving back to py2exe. > > Eduardo. > > > On Dec 21 2006, 11:01 am, "bergel" <[EMAIL PROTECTED]> wrote: >> HI, >> >> I really like pyinstaller, and it does generate a single exec file of >> my program. However I keep having this error "MSVCR71.dll could not be >> extracted". There is (rather old) bug report with these issues on the >> old website, and it looks like a upper/lower case issue with the dll. I >> use the no console option, and this error does show up with as an error >> dialog when the program is started (show stopper). Other than that the >> program runs fine. >> So, any way to fix this issue, or at least, Could the error dialog be >> turned off? >> >> Thanks for this fantastic tool.
Oh I'm sorry about that, I had marked your mail as read without noticing and thus had forgetten about it. I have just committed a fix for this bug (r303), that's been submitted some weeks ago by Idris Aykun (thanks!). The problem with this bug was fiding a good spot to apply the fix, and I liked his suggestion. Can you try using the trunk version of PyInstaller and see if it fixes the problem for you too? -- 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 -~----------~----~----~----~------~----~------~--~---
