Quote:
Originally Posted by Jean
IndentationError: unexpected indent
could someone please explain what the possible problem could be? Thanks.
Jean
|
Where did you get the script from. White space (tabs and such) is significant in Python. So, if maybe you cut and paste this from somewhere it might have been wrapping text and you didn't get the full lines.
BOb