The SyntaxError: unexpected EOF while parsing means that the end of your 
source code was reached before all code blocks were completed. A Python 
<http://net-informations.com/python/default.htm> code block starts with a 
statement like for i in range(100): and requires at least one line 
afterwards that contains code that should be in it.

Also, this can simply mean you are missing or have too many parenthesis. 
For example this has too many, and will result in unexpected EOF.

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/b54d3af7-7e78-4b7d-82c3-d801d57e7963%40googlegroups.com.

Reply via email to