#63: Use "upx --version" in Configure.py
--------------------------+-------------------------------------------------
       Id:  63            |      Status:  new                     
Component:  PyInstaller   |    Modified:  Thu Jul 20 23:45:13 2006
 Severity:  minor         |   Milestone:                          
 Priority:  low           |     Version:                          
    Owner:  giovannibajo  |    Reporter:  ajaksu                  
--------------------------+-------------------------------------------------
 This is a minor fix, since developers running Win98 are used to suffering
 anyway :)
 In this (and probably other lame) OS(s), Configure.py (PyInstaller 1.2)
 may have problems detecting UPX due to casing issues.

 So I suggest that longer form "upx --version" should be used instead of
 "upx -V" in Configure.py, around lines 195-199:
 {{{
  vers = os.popen("upx -V").readlines()
     if not vers:
         hasUPX = 0
 }}}

 Thanks for this great tool!
 Daniel

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

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

Reply via email to