#36: pygame with onefile option: MSVCR71.dll could not be extracted
--------------------------+-------------------------------------------------
       Id:  36            |      Status:  new                     
Component:  PyInstaller   |    Modified:  Tue Feb 14 07:27:21 2006
 Severity:  normal        |   Milestone:                          
 Priority:  normal        |     Version:                          
    Owner:  giovannibajo  |    Reporter:  Norbert Sebok           
--------------------------+-------------------------------------------------
 I build a pygame project with --onefile option. When i run the exe, i got:
 "MSVCR71.dllcould not be extracted!" Otherwise, the exe runs perfectly.


 It's enough to put only the import line to a script, to test it:
 {{{
 #!python
 import pygame
 }}}


 And, .. missing a space before 'could' in source/common/launch.c:
 {{{
 #!c
         if (out == NULL)  {
                 FATALERROR(ptoc->name);
                 FATALERROR("could not be extracted!\n");
         }
 }}}

-- 
Ticket URL: <http://pyinstaller.hpcf.upr.edu/cgi-bin/trac.cgi/ticket/36>
PyInstaller <http://pyinstaller.hpcf.upr.edu>
PyInstaller

_______________________________________________
PyInstaller mailing list
[email protected]
http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller

Reply via email to