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

Kevin Horn kevin.horn at gmail.com
Fri Feb 5 13:18:56 MST 2010


On Fri, Feb 5, 2010 at 2:16 PM, Kevin Horn <kevin.horn at gmail.com> wrote:

> On Fri, Feb 5, 2010 at 1:33 PM, Terry Jones <terry at jon.es> wrote:
>
>> 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
>>
>> From a quick look at table.py, I don't see the problem.  I have to go to a
>> meeting now, so can't dig into it ATM. Also, I have Spinx 0.6.3 installed,
>> not 0.6.4
>>
>
> That's odd...I have no idea what's going on there.  I'm actually kind of
> surprised you even got that far...see below.
>
>
>
After looking at this some more, it looks as though "izip_longest" is the
culprit...introduced in 2.6.

Why its giving a syntax error, though, is beyond me.

Kevin Horn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20100205/d4878428/attachment.html>


More information about the Twisted-Python mailing list