Electricmonk

Ferry Boender

Programmer, DevOpper, Open Source enthusiast.

Blog

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! ;-)

The text of all posts on this blog, unless specificly mentioned otherwise, are licensed under this license.