Bugs item #2808783, was opened at 2009-06-19 03:44
Message generated for change (Tracker Item Submitted) made by abbeyj
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2808783&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: installation
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: James Abbatiello (abbeyj)
Assigned to: Nobody/Anonymous (nobody)
Summary: Broken debug print statement in find_platform_sdk_dir()
Initial Comment:
In setup.py:find_platform_sdk_dir() there's a debug print statement:
if DEBUG:
print "PSDK: try %MSSdk%: '%s'" % sdkdir
If you turn on DEBUG and have the MSSdk variable set in your environment then this will crash because the percent signs around "MSSdk" are treated as format specifiers. Trivial patch attached.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2808783&group_id=78018
|