n00b formatting
Verde Denim
tdldev at gmail.com
Thu Feb 24 11:41:28 EST 2011
More information about the Python-list mailing list
Thu Feb 24 11:41:28 EST 2011
- Previous message (by thread): What is the preferred way to sort/compare custom objects?
- Next message (by thread): n00b formatting
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hi, all i can't believe i don't see this, but python from the command line: >>> x = '0D' >>> y = '0x' + x >>> print "%d" % int(y,0) 13 content of testme.py: x = '0D' y = '0x' + x print "%d" % int(y,0) TypeError: 'int' object is not callable what am i not seeing here?? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20110224/2cd80b59/attachment.html>
- Previous message (by thread): What is the preferred way to sort/compare custom objects?
- Next message (by thread): n00b formatting
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list