When i try to generate pdf, no file is created and i get this error "TabError: inconsistent use of tabs and spaces in indentation" in
File "\extensions\wikipdf\src\wiki2latex.py", line 445
cell = r"\multicolumn{"+str(cell.colspan)+"}{"+("p{%6.4f\\linewidth}"%(cell.colspan*1.0/collength-12./448.))+"}{"+str(cell)+"}" elif cell.rowspan > 1 : a = cell.rowspan cell = r"\multirow{"+str(a)+"}{*}{"+str(cell)+"}"
I have no idea what this is about. I don't know python, but i tried to remove tabs & spaces but the error still exists.
Temp file generated, with errors logs (zipped using winzip)