Petr Baudis wrote: > > pyver = '.'.join(str(n) for n in sys.version_info) > ^ [...] > Python version is 2.3.4 That is indeed too old. Generator expressions like the above were introduced in 2.4: http://www.python.org/dev/peps/pep-0289/ - Thomas -- Thomas Rast trast@xxxxxxxxxxxxxxx
Attachment:
signature.asc
Description: This is a digitally signed message part.