Bugs item #942121, was opened at 2004-04-26 19:00
Message generated for change (Comment added) made by anadelonbrin
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: Tony Meyer (anadelonbrin)
Date: 2004-04-29 12:08
Message:
Logged In: YES
user_id=552329
That's correct - I've certainly never hit it before :)
----------------------------------------------------------------------
Comment By: Mark Hammond (mhammond)
Date: 2004-04-29 11: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
|