View Single Post
Old 04-09-2009, 03:00 AM   #8
fogus
Member
fogus began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Mar 2009
Device: Sony PRS-505
It turns out calibre gives different line numbers from a command line run:

U:\...Scripts>python wikipedia_two.py
File "wikipedia_two.py", line 53
def parse_index(self):
^
IndentationError: unexpected indent

After seeing that we were able to fix the error. (my tripple quoted section above line 53 was not indented.

Could the line number reporting be fixed?

Cheers,
fogus is offline   Reply With Quote