Tiziano Bettio wrote: > Actually your script doesn't work on my python distribution... > > (using 2.3.2)
since then, 2.3.3, 2.3.4, 2.3.5, 2.4, and 2.4.1 has been released. since the code uses generator expressions, you need at least 2.4. (or you can add [] around the generator expressions, to turn them into list comprehensions) </F> -- http://mail.python.org/mailman/listinfo/python-list