ssh or other python editor

Fredrik Lundh fredrik at pythonware.com
Tue Oct 4 10:05:05 EDT 2005


martijn at gamecreators.nl wrote:
>- I'm a newbie at freeBSD so I think there is , but I don't know where.

I just complained when someone included the entire message thread in their
replies, but not including anything at all is pretty annoying too.

> And i'm using putty on a windows OS what don't understand the syntax
> coloring.

Putty isn't doing any syntax coloring; it just draws things in the color specified
by your editor.  If you don't get any colors, it's probably because your editor
isn't properly configured.  Explicitly setting the TERM variable to "xterm" might
help:

    http://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html#faq-term

(but I'm pretty sure ssh does this for you, so it's probably an editor configuration
issue.  checking the FAQ for your editor might be a good idea)

</F> 






More information about the Python-list mailing list