Message6218

Author otmarhumbel
Recipients moliveira, otmarhumbel
Date 2010-11-02.19:52:12
SpamBayes Score 5.5181415e-12
Marked as misclassified No
Message-id <1288727533.08.0.577741621169.issue1673@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.5 issues exactly the same error message:


Python 2.5.1 (r251:54863, Feb  6 2009, 19:02:12) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> label = None
>>> len(label)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: object of type 'NoneType' has no len()
>>>
History
Date User Action Args
2010-11-02 19:52:13otmarhumbelsetmessageid: <1288727533.08.0.577741621169.issue1673@psf.upfronthosting.co.za>
2010-11-02 19:52:13otmarhumbelsetrecipients: + otmarhumbel, moliveira
2010-11-02 19:52:13otmarhumbellinkissue1673 messages
2010-11-02 19:52:12otmarhumbelcreate