Top "Pydev" questions

PyDev is an Eclipse plugin for Python development.

Add .dll to java.library.path in Eclipse/PyDev Jython project

I'm trying to use a compiled .jar Java library in my PyDev Jython project. I successfully added the .jar to …

eclipse jython pydev java.library.path
How to solve import error for pandas?

I installed Anaconda with python 2.7.7. However, whenever I run "import pandas" I get the error: "ImportError: C extension: y not …

python python-2.7 pandas pydev python-import
How to organize a Python Project?

I'm new to Python and I'm starting a mini Project, but I have some doubts on how to organize the …

python pydev project-structure project-organization
PyDev not showing up in Eclipse

I just installed Eclipse Kepler (after an issue with a faulty update in Juno) and tried to install PyDev using …

eclipse macos pydev
PyDev unittesting: How to capture text logged to a logging.Logger in "Captured Output"

I am using PyDev for development and unit-testing of my Python application. As for unit-testing, everything works great except the …

python unit-testing logging pydev
Eclipse, PyDev "Project interpreter not specified”

I have installed PyDev in eclipse Luna. After successful installation of PyDev, when I want to create a new project …

python eclipse pydev interpreter
Pydev Perspective Not Showing After Install For Eclipse

After installing the latest version of Pydev on eclipse it is not showing under the list of available perspectives. Eclipse …

python eclipse pydev
Passing command Line argument to Python script within Eclipse(Pydev)

I am new to Python & Eclipse, and having some difficulties understanding how to pass command line argument to script …

python eclipse pydev
What is the [shortcut/other way] for go to definition in Eclipse+Pydev

I used to use WingIde, where in a shortcut(f4, default) which I used quite often was Goto definition, which …

eclipse pydev
pep8 warning on regex string in Python, Eclipse

Why is pep8 complaining on the next string in the code? import re re.compile("\d{3}") The warning I receive: …

python string eclipse pydev pep8