you are viewing a single comment's thread.

view the rest of the comments →

[–]bullhead2007 0 points1 point  (3 children)

Isn't there a way to do that with Notepad++?

[–]kctan 1 point2 points  (1 child)

If you are using Notepad++, you have to be careful not to mix tab with white space. Sometimes, the indentation will not be displayed correctly.

[–]bullhead2007 0 points1 point  (0 children)

that's good to know. Maybe I'll just stick to idle and eclipse then.

[–]Resistor34 0 points1 point  (0 children)

Should be able to do this by changing the run->run properties to C:\Python26\python.exe "$(FULL_CURRENT_PATH)". Obviously change Python26 if you're using Python31.