473,803 Members | 3,833 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Python with Eclipse

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 with Eclipse or is
there something else I should inspect?

Any help would be appreciated.

Regards,

S Cook
Jun 19 '06 #1
6 2335
Stan Cook wrote:
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 with Eclipse or is there something else I should inspect?

Any help would be appreciated.

Regards,

S Cook


Which Python plugin are you using? PyDev?
Bye,
Dennis
Jun 19 '06 #2
Dennis Benzinger wrote:
Stan Cook wrote:
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 with Eclipse or is there something else I should inspect?

Any help would be appreciated.

Regards,

S Cook


Which Python plugin are you using? PyDev?
Bye,
Dennis


Hi,

What other plugins are there ?

Regards,

Philippe

Jun 19 '06 #3
Philippe Martin wrote:
Dennis Benzinger wrote:
Stan Cook wrote:
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 with Eclipse or is there something else I should inspect?

Any help would be appreciated.

Regards,

S Cook

Which Python plugin are you using? PyDev?
Bye,
Dennis


Hi,

What other plugins are there ?

Regards,

Philippe

In the Python wiki there is a page about Eclipse plugins for Python:

http://wiki.python.org/moin/EclipsePythonIntegration
Bye,
Dennis
Jun 20 '06 #4
PyDev Eclipse keeps around the python interpreter unless it gets
removed. I think part of the point is to keep around failed runs so
the user can investigate the stack. Eclipse doesn't keep this around
if you Run you script, but it will keep the interpreter alive if you
Debug your script, regardless of how it exits. (It may dispose of the
interpreter if your program exits with a normal error code.)

Anyway, in the Debug View, you can see a list of all the python
interpreters that PyDev and Eclipse are keeping alive. There's a set
of debugging-related buttons just above: step into, step over, step
return, continue, and others.

One of the buttons there looks like a couple of "X" symbols. This
button officially shuts down a python interpreter. (Be careful and
don't actually click the "X" symbol that closes the debug area!)

--Jason

Stan Cook wrote:
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 with Eclipse or is
there something else I should inspect?

Any help would be appreciated.

Regards,

S Cook


Jun 20 '06 #5
Jason wrote:
PyDev Eclipse keeps around the python interpreter unless it gets
removed. I think part of the point is to keep around failed runs so
the user can investigate the stack. Eclipse doesn't keep this around
if you Run you script, but it will keep the interpreter alive if you
Debug your script, regardless of how it exits. (It may dispose of the
interpreter if your program exits with a normal error code.)

Anyway, in the Debug View, you can see a list of all the python
interpreters that PyDev and Eclipse are keeping alive. There's a set
of debugging-related buttons just above: step into, step over, step
return, continue, and others.

One of the buttons there looks like a couple of "X" symbols. This
button officially shuts down a python interpreter. (Be careful and
don't actually click the "X" symbol that closes the debug area!)

--Jason

Stan Cook wrote:
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 with Eclipse or is
there something else I should inspect?

Any help would be appreciated.

Regards,

S Cook

Thanks, I'll try that and keep an eye on the open sessions.

Regards,

S Cook
Jun 21 '06 #6
Dennis Benzinger wrote:
Philippe Martin wrote:
Dennis Benzinger wrote:
Stan Cook wrote:
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 with Eclipse or is there something else I should
inspect?

Any help would be appreciated.

Regards,

S Cook
Which Python plugin are you using? PyDev?
Bye,
Dennis


Hi,

What other plugins are there ?

Regards,

Philippe

In the Python wiki there is a page about Eclipse plugins for Python:

http://wiki.python.org/moin/EclipsePythonIntegration
Bye,
Dennis

Thanks,

Philippe

Jun 21 '06 #7

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...
81
4753
by: julio | last post by:
Sorry but there is no another way, c# .net and mono are going to rip python, not because python is a bad lenguage, but because is to darn old and it refuses to innovate things, to fix wrong things, just because retarded backwards compatibility and because the python comunity and developers refuses to consider tools as being almost as important as the language itself. What does c# .net has that python doesnt ? (significant features) --...
0
2283
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.
16
2035
by: Sullivan WxPyQtKinter | last post by:
IDLE is no longer satisfactory for me. Other IDEs make me very confused. Really do not know which one to use. I use WinXP sp2 for current development. So far as I know, Eclipse + PyDev + PyDev Extension is perfect for source code editing. Since I am really not sure how to use the debugger module, I really do not know how to add watch to variables etc. Anyone knows if this platform is a good one?
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.
20
6057
by: ram.rachum | last post by:
Hey, I'm looking for a good Python environment. That is, at least an editor and a debugger, and it should run on Windows. Does anyone have any idea?
5
4475
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
9562
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
10542
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
10289
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
10068
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9119
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
7600
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
5496
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...
2
3795
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2968
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.