I\'m using PyDev ( with Aptana ) to write and debug a Python Pylons app, and I\'d like to step through the tests in the debugger.
I am not sure where to even begin describing the issue I\'m having. I have a project which uses a large number of images.Toolbars, Menus, Lists, etc.I\'m developing in Eclipse with PyDev.I\'m able to
Whenever I try importing numpy in my new installation of Eclipse and Pydev, I get the following error:
is it possible to have an interactive session through pydev for using matplotlib? The problem is that I cannot get shell access to drive the charts as the interpretor halts after the show() command. I
I need your help, I\'m using Eclipse and Pydev plugin as python IDE. I have configured 开发者_运维百科and set environment variables, libraries etc etc
I\'m having trouble setting up SpringPython with PyDev and Jython I\'ve installed Spring python by: jython setup.py install
I\'ve got a project (A) which references code in a different project (B). I\'ve linked the two by adding B into the External Libraries list in A. So PyDev PYTHONPATH now has Source Folders as project
I am using PyDev/Eclipse for several monthes and I get ever and ever the same bugs with imports: PyDev underline in red an import and say Unresolved import xxx ; Found at yyy. When I click on yyy ecli
Eclipse Galileo + PyDev 1.5.4 Looks like under PyDev environment, the incremental find is not working. Can anyone confirm this, please? Tha开发者_运维问答nks.Eclipse Helios + PyDev Nightly from a few
The shortcut key is F11 to start debugging. But issue is that I have to be on that file and then hit F11 to start debugging.