SIGN IN SIGN UP

save_global(): Trying to resolve module.name can fail for two

reasons:  importing module can fail, or the attribute lookup
module.name can fail.  We were giving the same error msg for
both cases, making it needlessly hard to guess what went wrong.
These cases give different error msgs now.
T
Tim Peters committed
b9ce7cd8b8cea66e3ad062fb273efdbf14a7e4e0
Parent: 97e5ff5