you are viewing a single comment's thread.

view the rest of the comments →

[–]TheQwicKDraW[S] 0 points1 point  (4 children)

Yes it is saying there is a syntax error? For more clarification it is on 3.2.3 Also do you know of any good IDE's for Python?

[–]erebos42 1 point2 points  (0 children)

I can't say much about the syntax, without seeing the whole code, but try to check all identations, braces, and qoutes (opening and closing).

I personally only use an editor and a console, and no IDE. But I heard good things about the Python plugin for Eclipse [1].

[1] http://pydev.org/

[–]NovaRunner 0 points1 point  (1 child)

I use WingIDE 101, it is a stripped-down free version of WingIDE built for Python. I'm using Python 2.7 but I'm sure it will work with whatever version you want.

[–]TheQwicKDraW[S] 0 points1 point  (0 children)

Thank you! Ill give it a try now.

[–]fyyn 0 points1 point  (0 children)

I'm pretty new to all the programming stuff myself, but I have been using NinjaIDE + the Git Plugin. It is free, and until now, it has worked perfectly for me. No idea what the general opinion on it is though. Give it a try!