Bugs item #2808783, was opened at 2009-06-18 22:44
Message generated for change (Comment added) made by rupole
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: Closed
>Resolution: Fixed
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.
----------------------------------------------------------------------
>Comment By: Roger Upole (rupole)
Date: 2011-07-16 13:46
Message:
Thanks, committed.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2808783&group_id=78018
|