473,568 Members | 2,923 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Eclipse/PyDev question.

Hi,
this is actually a question to those of us who use Eclipse and Pydev
as their main Python developing environment. As i use Eclipse (3.3
Europa) only for Python and i have nothing to do with Java, is there a
way to disable/uninstall some Java-specific stuff and make the
environment actually more snappy ??

thanks for any help

Aug 3 '07 #1
9 1475
On Aug 3, 10:58 am, king kikapu <aboudou...@pan afonet.grwrote:
Hi,
this is actually a question to those of us who use Eclipse and Pydev
as their main Python developing environment. As i use Eclipse (3.3
Europa) only for Python and i have nothing to do with Java, is there a
way to disable/uninstall some Java-specific stuff and make the
environment actually more snappy ??

thanks for any help
I've used Eclipse for Java, Python, and Ruby development and can say
that AFAIK "Eclipse" and "snappy" are contradictions. Like "jumbo"
"shrimp" :-/

Aug 3 '07 #2
On Aug 3, 5:00 pm, gregarican <greg.kuj...@gm ail.comwrote:
On Aug 3, 10:58 am, king kikapu <aboudou...@pan afonet.grwrote:
Hi,
this is actually a question to those of us who use Eclipse and Pydev
as their main Python developing environment. As i use Eclipse (3.3
Europa) only for Python and i have nothing to do with Java, is there a
way to disable/uninstall some Java-specific stuff and make the
environment actually more snappy ??
thanks for any help

I've used Eclipse for Java, Python, and Ruby development and can say
that AFAIK "Eclipse" and "snappy" are contradictions. Like "jumbo"
"shrimp" :-/
xexexe...I am sure about that :) I was wondering if we can throw away
some java-stuff and make our life easier (or, snappier)...

Aug 3 '07 #3
I wonder how long before they come out with a python version of
eclipse. I know there is a C/C++ now.

Danyelle
Aug 3 '07 #4
On Aug 3, 5:46 pm, "Danyelle Gragsone" <ladyni...@gmai l.comwrote:
I wonder how long before they come out with a python version of
eclipse. I know there is a C/C++ now.

Danyelle
The only problem i see in Eclipse/Pydev solution is that Eclipse is
bulky...I was not designed for specific Python usage and because of
that we have a lot of stuff that does not concern us. I started to
look at Eric4 and i must way i like it a lot. I am not sure if i
switch yet but it seems very nice.

Aug 3 '07 #6
hg
king kikapu wrote:
Hi,
this is actually a question to those of us who use Eclipse and Pydev
as their main Python developing environment. As i use Eclipse (3.3
Europa) only for Python and i have nothing to do with Java, is there a
way to disable/uninstall some Java-specific stuff and make the
environment actually more snappy ??

thanks for any help
I like pydev and purchased the extensions ... there are bugs of course but
what stopped me from using it is a project were I had some very large files
(my fault).

I stopped using it and went for wing dev (I need Windows and Linux access)
and "there are bugs of course" ... but it is snappier.

I still like pydev and will try it again ... once I can afford a faster PC /
or have the time to re-factor my code.
PS: I just got today news about a "free" version of wing dev .. .worth the
try.

hg
Aug 3 '07 #7
News" (or, news to me :) )

The creator of PyDev, contacted me and told me that latest version of
PyDev need not require the whole SDK but only the Runtime Platfom is
OK. That means that we download only the 40MB file (and not the 120
one) and this does not include all the Java stuff that we see in SDK.
So, combined with PyDev, we have an editor just for Python!

I test it a few hours now and it is really fast!

Aug 4 '07 #8
Ah, and i think that the working set of Eclipse is smaller now...

Aug 4 '07 #9
I like pydev and purchased the extensions ... there are bugs of course but
what stopped me from using it is a project were I had some very large files
(my fault).
What do you mean by "very large files" ? Can't PyDev handle such ?

Aug 6 '07 #10

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

Similar topics

1
7783
by: Steve Jorgensen | last post by:
I was working with a friend on a project Monday night, and tried to run a pyunit test from Eclipse, and nothing seemed to happen. We finally figured out that the test is doing exactly what it's supposed to do, but the pyunit output isn't making it to the Eclipse console window. We get the same result if I run the module as a pyunit test...
0
1002
by: Kenneth McDonald | last post by:
The first is general; what are users' experience with PyDev for Eclipse. It looks pretty good to me right now, but I've only started playing with it. Converting to Eclipse is a major effort, and if there are problems which would prevent pydev from being useful right now, I'd certainly appreciate knowing about them. The second question is...
29
3630
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
4
2678
by: Chuck | last post by:
Hello, I am new to the Eclipse IDE. I am using pydev plug-in to create python projects. Is there a way to create custom builders to build certain types of files? I have done this with other IDE's but can't seem to figure it out
2
1490
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.
5
6382
by: John Henry | last post by:
I am back against the wall trying to migrate my multithreaded application from Python 2.3 to 2.5. The part of the code that's failing has to do with queues (2.3 queues and 2.5 queues are not the same). Since WingIDE doesn't support multithread debugging (they've been saying that one day they might support that - and that was 2003), I am...
4
1848
by: king kikapu | last post by:
Hi, i am using Eclipse (Platform Runtime binary) with PyDev and i was wondering if someone can help me with this: 1. I set breakpoints to a .py file and i have told Eclipse to open the Debug perspective when it sees that some .py file(s) of my project indeed contains breakpoints. So, i press F9, Eclipse starts, Debug perspective opens...
6
4073
by: king kikapu | last post by:
Hi, this is actually goes to whoever is using Eclipse and Eric4, the IDE that comes bundled with PyQt. I was using Eclipse until i saw Eric4 and i started experiment with it, very nice work. Eric4 has a feature that actually reminds us the work of some expensive IDEs, like Visual Studio, Delphi and the like: when you compile your project,...
8
1664
by: Nebur | last post by:
Hi folks developing with Pydev/Eclipse, this is the second time in about half a year that the following surprise bites me: I've switched between some files in Pydev/Eclipse using the FileNavigator, and when I want to go back to my last-edited *.py file, it is missing. No more in the FileNavigator, no more in the OpenFiles-List of the...
0
7693
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8118
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7665
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...
0
7962
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5501
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...
0
5217
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...
0
3651
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...
1
2105
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
1
1207
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.