[Twisted-Python] Lore to Sphinx Conversion Progress Report 5

Terry Jones terry at jon.es
Fri Feb 5 14:33:28 EST 2010


Hi Kevin

I just tried building under Python 2.5.2 and got this:

    $ python lore2sphinx.py
    Traceback (most recent call last):
      File "lore2sphinx.py", line 32, in <module>
        from table import Table
      File "/home/terry/s/net/lore2sphinx/table.py", line 214
        row_lines = list(izip_longest(*row_split, fillvalue=''))
                                                          ^
    SyntaxError: invalid syntax



More information about the Twisted-Python mailing list