473,405 Members | 2,294 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

ssh or other python editor

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

Oct 4 '05 #1
10 2480
ma*****@gamecreators.nl 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 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.

Oct 4 '05 #2
>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.

Oct 4 '05 #3
googling arround give me a full list of python editors and other stuff
http://wiki.python.org/moin/PythonEditors

Oct 4 '05 #4
"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 indentation these days?

</F>

Oct 4 '05 #5
- 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.

Oct 4 '05 #6
ma*****@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/~s....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>

Oct 4 '05 #7
On 2005-10-04, ma*****@gamecreators.nl <ma*****@gamecreators.nl> 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 have Python modes. I'm sure most
decent programming editors do by now.

--
Grant Edwards grante Yow! Yow! Now we can
at become alcoholics!
visi.com
Oct 4 '05 #8
ma*****@gamecreators.nl 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 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

Oct 4 '05 #9
"Fredrik Lundh" <fr*****@pythonware.com> writes:
ma*****@gamecreators.nl 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 because your editor
isn't properly configured. Explicitly setting the TERM variable to "xterm" might
help:

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


According to the FAQ, putty sets it to xterm. I use xter-color on
FreeBSD.

<mike
--
Mike Meyer <mw*@mired.org> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
Oct 4 '05 #10
> 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

Oct 5 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: stephenlee | last post by:
I want to develop a simple Python program to edit source code that is persisted in a database (memo fields). The code to be edited is iHTML and SQL and I want syntax colouring and good basic...
145
by: David MacQuigg | last post by:
Playing with Prothon today, I am fascinated by the idea of eliminating classes in Python. I'm trying to figure out what fundamental benefit there is to having classes. Is all this complexity...
1
by: Michael Chermside | last post by:
I (Michael Chermside) wrote: > a brace and either way it throws the logic off. I created a > bug in one of > my programs recently just by adding logging. It looked like this: > > if...
147
by: Sateesh | last post by:
Hi, I am a beginner in Python, and am wondering what is it about the indentation in Python, without which python scripts do not work properly. Why can't the indentation not so strict so as to give...
7
by: JAG CHAN | last post by:
Friends, As I had written earlier, I am trying to learn Python. I chose IDLE as an editor to learn Python. Now I find that it is an online editor. It is not possible for me to be always on online...
18
by: W. Watson | last post by:
What do I download to use Python with MX XP Pro on an ASUS 4 year old motherboard? I would guess a good book source for starters would be the O'Reilly book. Wayne T. Watson (Watson Adventures,...
0
by: Maurice LING | last post by:
"The Python Papers" (http://pythonpapers.org), ISSN 1834-3147, is an online e-journal, covering articles on Python in the community, industry and academia. We were established in the second half of...
9
by: korean_dave | last post by:
From command Prompt, i type in a script, "tryme.py". This, instead, brings up PythonWin editor and Interactive Window. Path variable is "C:\Python24". (I need Python 2.4 installed, not 2.5) ...
3
by: danesh1354 | last post by:
Hi All, First I need to construct a text editor by python programming and add this code to a biger code that has been written before, and i would like that by my code for this editor have a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.