Re: ssh or other python editor

2005-10-04 Thread jussij
> I'm working/making my python scripts in a windows OS > with putty now. If you need an FTP editor take a look at Zeus: http://www.zeusedit.com/features.html Zeus will do SSH, SSL/TLS and plain old FTP editing, with support for Unix, Windows, VM and MVS FTP servers. Just remember to setup y

Re: ssh or other python editor

2005-10-04 Thread Mike Meyer
"Fredrik Lundh" <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] wrote: >>- I'm a newbie at freeBSD so I think there is , but I don't know where. > 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 beca

Re: ssh or other python editor

2005-10-04 Thread Graham Fawcett
[EMAIL PROTECTED] wrote: > >So you're using Putty to telenet/ssh into the FreeBSD server, but what > >editor on you using on the FreeBSD server? > > I use pico for that. > That Samba isn't available but I can install it. > > Or are there other editors for FreeBSD that I can run with putty ? I use

Re: ssh or other python editor

2005-10-04 Thread Grant Edwards
On 2005-10-04, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm working/making my python scripts in a windows OS with putty now. > But I really want the python text colors and tab spacing like the > python windows IDE but the problem is that I can't find a good program. Jed, Emacs, and Vim all

Re: ssh or other python editor

2005-10-04 Thread Fredrik Lundh
[EMAIL PROTECTED] 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 understa

Re: ssh or other python editor

2005-10-04 Thread martijn
- I'm a newbie at freeBSD so I think there is , but I don't know where. And i'm using putty on a windows OS what don't understand the syntax coloring. -- http://mail.python.org/mailman/listinfo/python-list

Re: ssh or other python editor

2005-10-04 Thread Fredrik Lundh
"projecktzero" wrote: > If samba isn't available/set-up, you can try using FTP. You can then > use Crimson Editor which does the syntax coloring and can ftp to/from a > server. are you guys for real? is there any major text editor for Unix that doesn't support Python syntax coloring and indentat

Re: ssh or other python editor

2005-10-04 Thread martijn
googling arround give me a full list of python editors and other stuff http://wiki.python.org/moin/PythonEditors -- http://mail.python.org/mailman/listinfo/python-list

Re: ssh or other python editor

2005-10-04 Thread martijn
>So you're using Putty to telenet/ssh into the FreeBSD server, but what >editor on you using on the FreeBSD server? I use pico for that. That Samba isn't available but I can install it. Or are there other editors for FreeBSD that I can run with putty ? I'm going googling arround again, Thanks.

Re: ssh or other python editor

2005-10-04 Thread projecktzero
[EMAIL PROTECTED] wrote: > H! > > I'm using a windows machine. > And a FreeBSD server where I run my python scripts. > > I'm working/making my python scripts in a windows OS with putty now. > But I really want the python text colors and tab spacing like the > python windows IDE but the problem is t

ssh or other python editor

2005-10-04 Thread martijn
H! I'm using a windows machine. And a FreeBSD server where I run my python scripts. I'm working/making my python scripts in a windows OS with putty now. But I really want the python text colors and tab spacing like the python windows IDE but the problem is that I can't find a good program. Thank