ssh or other python editor

M

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.

Thanks
 
P

projecktzero

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.

Thanks

So you're using Putty to telenet/ssh into the FreeBSD server, but what
editor on you using on the FreeBSD server?

I use VIM on my Windows workstation to edit files on a linux server. I
have a network drive mounted to the linux server. Samba needs to be
running on the server. If the FreeBSD server has samba running, you can
mount a drive and use your Python Windows IDE.

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.
 
M

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.
 
F

Fredrik Lundh

projecktzero said:
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 indentation these days?

</F>
 
M

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.
 
F

Fredrik Lundh

- 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>
 
G

Grant Edwards

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 have Python modes. I'm sure most
decent programming editors do by now.
 
G

Graham Fawcett

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 Emacs on my win32 workstation to edit files on my Linux servers
via SSH. There are at least two Emacs third-party modules ("modes") --
Tramp and Hobo -- that allow you to edit files over SSH.

I use Hobo (never tried Tramp, I think it's for XEmacs anyway). There
is a bit of setup. You'll need to use "pageant" and authenticate by
RSA/DSA key. See PuTTY's Web site; you may also need to do some
Googling to set up agent-based authentication. Note that pageant will
make PuTTY authenticate automatically as well, so it's easy to test
whether your pageant setup is correct, apart from any Emacs-related
issues.

You might also need to configure Hobo slightly; email me if you want my
configuration details (though I can't help you with the
pageant/authentication stuff, so get that done first :).

Once you're done, you can load, edit and save files quite
transparently. Not everybody's cup of tea, but there you are. :)

Graham
 
J

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 your host configuration, otherwise
it will default to the FTP protocol.
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.

Zeus does Python syntax highlighting, code folding, class
browsing, smart indenting, project/workspace management etc
etc.

You can even write Zeus macros in Pyhton :)

Note: Zeus is shareware (45 day trial).

Jussi Jumppanen
Author: Zeus for Windows
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,264
Messages
2,571,323
Members
48,008
Latest member
KieraMcGuf

Latest Threads

Top