[Patches] [ python-Patches-713645 ] freeze fails when extensions_win32.ini is missing

SourceForge.net noreply at sourceforge.net
Sat Sep 20 07:05:40 EDT 2003


Patches item #713645, was opened at 2003-04-02 03:17
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=713645&group_id=5470

Category: Demos and tools
Group: Python 2.2.x
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: David Schnepper (dschnepper)
Assigned to: Martin v. Löwis (loewis)
Summary: freeze fails when extensions_win32.ini is missing

Initial Comment:
Incorrect variable referenced during print of warning 

message when extensions_win32.ini is missing.



Test:





import checkextensions_win32

reload(checkextensions_win32)    # for testing

import os

os.rename("extensions_win32.ini", "tmp.ini")

try:

  checkextensions_win32.checkextensions([], [], "any")

  print "PASS: checkextensions with missing 

extensions_win32.ini"

finally:

  os.rename("tmp.ini", "extensions_win32.ini")

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2003-09-20 13:05

Message:
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as



NEWS 1.831.4.48

checkextensions_win32.py 1.8, 1.7.14.1



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=713645&group_id=5470



More information about the Patches mailing list