This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients chaica_, flox
Date 2009-12-01.15:20:31
SpamBayes Score 1.3801688e-06
Marked as misclassified No
Message-id <1259680834.53.0.81419046657.issue7418@psf.upfronthosting.co.za>
In-reply-to
Content
I guess you missed the quotes.

$ ./python foo.py 
Traceback (most recent call last):
  File "foo.py", line 2, in <module>
    from hashlib import *
TypeError: attribute name must be string, not 'tuple'
History
Date User Action Args
2009-12-01 15:20:34floxsetrecipients: + flox, chaica_
2009-12-01 15:20:34floxsetmessageid: <1259680834.53.0.81419046657.issue7418@psf.upfronthosting.co.za>
2009-12-01 15:20:31floxlinkissue7418 messages
2009-12-01 15:20:31floxcreate