[pywin32-bugs] [ pywin32-Bugs-942121 ] NameError in gencache.py
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-04-28 23:25:00
|
Bugs item #942121, was opened at 2004-04-26 17:00 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=942121&group_id=78018 Category: com Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Tony Meyer (anadelonbrin) Assigned to: Nobody/Anonymous (nobody) Summary: NameError in gencache.py Initial Comment: An error print statement refers to a nonexistent variable "name" in line 646 of gencache.py: print "Could not add module %s - %s: %s" % (name, sys.exc_info()[0],sys.exc_info()[1]) ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-04-29 09:24 Message: Logged In: YES user_id=14198 Thanks - I'll check a fix in. I assume you saw this as part of that strange error you saw that went away by regenerating the cache? Otherwise, I'd like to know how you hit this line! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=942121&group_id=78018 |