On Fri, Feb 5, 2010 at 2:16 PM, Kevin Horn <kevin.h...@gmail.com> wrote:
> On Fri, Feb 5, 2010 at 1:33 PM, Terry Jones <te...@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
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python