Python stability
Saturday, May 8th, 2004
I’m doubting Python’s stability:
Traceback (most recent call last):
File "./bla.py", line 76, in ?
print rssItemsLastSeen
NameError: name 'rssItemsLastSeen' is not defined
Segmentation fault
I wasn’t even doing anything out of the ordinary.. Just fiddling around a bit with lists and dictionaries. Nice going python! ;-)