473,804 Members | 3,562 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

alternative to eclipse [ python ide AND cvs ]

Hi,

Eclipse is just not really working on linux 64 bit
(I tried ubuntu and centos, it is freesing and crashing
and extremly slow)

I use eclipse for python and cvs, what is "the" good alternative ?

thanks

yomgui
May 17 '07 #1
7 3161
ZeD
yomgui wrote:
I use eclipse for python and cvs, what is "the" good alternative ?
"the" good alternative, I dont know.

But a good solution is eric3 (http://www.die-offenbachs.de/detlev/eric.html)

--
Under construction
May 18 '07 #2
yomgui schrieb:
Hi,

Eclipse is just not really working on linux 64 bit
(I tried ubuntu and centos, it is freesing and crashing
and extremly slow)

I use eclipse for python and cvs, what is "the" good alternative ?

thanks

yomgui
Well, basically any editor that features plugins IMO. Although this
sounds much like a "which editor is the best?" question (what will
enrage us even more than non-ASCII identifiers <wink>), I'd suggest Vim.

It is available at almost all platforms I guess (linux 64 bit should be
*no* problem at all). You can make it match your personal editing
preferences (I recently got in touch with the `:map` command --
wonderful one), extend it (there are lots of plugins as for example
snippetsEmu that allows some Textmate-like autocompletion) and let it
work with CVS (never tried it but a `search for CVS`_ yields dozens of
results).

Ah -- and it works with python very well. Lots of plugins again, good
highlighting, indentation support, built-in python shell (when compiled
with +python).
(If you're going to give it a try, put something like ``autocmd FileType
python map <F5:w<CR>:!pyth on "%"<CR>`` into your .vimrc to get the
IDE-feeling (F5 for write+execute) back in.)

Regards,
Stargaming

... _search for CVS:
http://www.vim.org/scripts/script_se...&search=search
May 18 '07 #3
I have had very few problems with eclipse on ubuntu with pydev
installed. Is it still running under the gnu jvm, not the sun one? It
was crashing on me until I changed them around, detials about changing
it around on ubuntu anyway

http://ubuntuguide.org/wiki/Ubuntu_E..._.28Eclipse.29

Hope this helps,

Nathan
May 18 '07 #4
Stargaming napisa³(a):
Well, basically any editor that features plugins IMO. Although this
sounds much like a "which editor is the best?" question (what will
enrage us even more than non-ASCII identifiers <wink>), I'd suggest Vim.
The IDE which embeds Vim is PIDA: http://www.pida.co.uk/. Looks promising.

--
Jarek Zgoda

"We read Knuth so you don't have to."
May 18 '07 #5
Stargaming wrote:
yomgui schrieb:

Hi,

Eclipse is just not really working on linux 64 bit
(I tried ubuntu and centos, it is freesing and crashing
and extremly slow)

I use eclipse for python and cvs, what is "the" good alternative ?

thanks

yomgui
Fond of Komodo. Seems to run most of my python programming tasks. Has
breakpoints/debugging, introspection, projects and the professional
version supports CVS. The only issue I have is that they
(ActiveState.co m) just raised the price of the personal IDE way too
high. I'll be using my older version (3.1) for a while. If I used it at
work, I'd certainly have my boss splurge the 200 odd dollar price. But,
in their favor, they have a editor version for free. I 'think' it
doesn't have the damn fine debugging or CVS feature though.

sph

--
HEX: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0

May 18 '07 #6
In article <CP************ ***@newssvr22.n ews.prodigy.net >,
yomgui <no*@valid.comw rote:
>Hi,

Eclipse is just not really working on linux 64 bit
(I tried ubuntu and centos, it is freesing and crashing
and extremly slow)

I use eclipse for python and cvs, what is "the" good alternative ?
May 18 '07 #7
as you said, I re-installed java properly and it solved the problem.
thanks.

thanks for everybody else for responding

yomgui
Nathan Harmston wrote:
I have had very few problems with eclipse on ubuntu with pydev
installed. Is it still running under the gnu jvm, not the sun one? It
was crashing on me until I changed them around, detials about changing
it around on ubuntu anyway

http://ubuntuguide.org/wiki/Ubuntu_E..._.28Eclipse.29
Hope this helps,

Nathan
May 21 '07 #8

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

Similar topics

6
2124
by: Guyon Morée | last post by:
I've been looking for a nice python editor for a while. I was using a great general purpose editor called EditPlus. It did the job pretty good.... I've now downloaded Eclipse with the TruStudio plug-ins from www.xored.com and it's great! i had to share that with you guyon
3
5006
by: G.A. | last post by:
I've installed Eclipse 3.0 and the latest pyeclipse. I can get the editor run - at least I think so, because it seems to do reasonable syntax highlighting. However, I can't get the Python console window to appear (Unable to instantiate view: org.python.pyeclipse.views.ConsoleView), nor can I get python to run to completion. The MSWindows Task Manager shows that eclipse has successfully started python.exe (at least a process by that name...
0
2284
by: peter | last post by:
Hello all, I would like to debug my python libraries, written in c++, with GDB (gnu debugger) I'm using the mingw compiler in a windows environment. As development environment I use eclipse with the CDT plugin. This plugin also has a nice GUI frontend for the GDB. I've already tried several setups, no setup seemed to work.
4
4606
by: gamaron | last post by:
Summary --------- I'm looking for a C++ IDE. If I'm going to learn something, I prefer it to be free-of-charge (preferably and open-source base), extensible (read: language independent, plug-in capable, etc), and platform independent. A broad community of support would be nice, too.
29
3665
by: seberino | last post by:
I'm trying to move beyond Emacs/Vim/Kate and was wondering if Eclipse is better and if it is the *best* IDE for Python. Should I leave Emacs and do Python coding in Eclipse? Chris
6
2336
by: Stan Cook | last post by:
I've been trying to use Eclipse with Python on Linux for a while and have noticed something odd. After running the code or debugging a few times, its responsiveness gets really bad. Upon checking the equivalent of the task manager, I find several instances of Python running. When I kill these instances, the responsiveness comes back. I'm not sure if there is a better place to post this, but it is Python related. Is this just an issue...
2
1501
by: kilnhead | last post by:
I am trying to use eclipse for python development. Is it possible to run a python script without having to name/setup a configuration? Can eclipse be set up so that "run" loads the code into the interpreter and goes? I don't want to create a new run config every time I want to run a script.
16
4019
by: Amir Michail | last post by:
Hi, It seems to me that measuring productivity in a programming language must take into account available tools and libraries. Eclipse for example provides such an amazing IDE for java that it is no longer obvious to me that one would be much more productive in python for medium sized projects. Sure, all that Java static typing can be painful, but Eclipse takes
5
4476
by: blaine | last post by:
The wxPython group is a bit stale compared to this group, so I'll give it a shot :) (READ: Originally when I started htis post, Python 2.5 at the shell did not work (identical behavior to eclipse). I'm not sure why, but it has since worked fine with no problems. Not sure whats going on there... I didn't change anything. Anyways...) Ok so I am having this problem. I am using OS X 10.4. I use MacPython and installed wxPython a few...
0
9582
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10580
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10323
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9157
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7621
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6854
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5525
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4301
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2993
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.