Top "Pydev" questions

PyDev is an Eclipse plugin for Python development.

Where does Anaconda Python install on Windows?

I installed Anaconda for Python 2.7 on my Windows machine and wanted to add the Anaconda interpreter to PyDev, but quick …

python windows anaconda pydev
Unresolved Import Issues with PyDev and Eclipse

I am very new to PyDev and Python, though I have used Eclipse for Java plenty. I am trying to …

python pydev python-import
SyntaxError: unexpected EOF while parsing

I have no idea why this does not work please help import random x = 0 z = input('?') int(z) …

python eclipse python-3.x pydev python-3.3
Close pre-existing figures in matplotlib when running from eclipse

My question is simple: I have a python script that generates figures using matplotlib. Every time i run it it …

python numpy matplotlib pydev
How do I fix PyDev "Undefined variable from import" errors?

I've got a Python project using PyDev in Eclipse, and PyDev keeps generating false errors for my code. I have …

python code-analysis pydev
Python main call within class

I haven't done much python - coming from a C/Java background - so excuse me for asking such a …

python pydev
Can Eclipse refresh resources automatically?

Eclipse (3.4.2 with PyDev) deals with out-of-sync resources (files that have been edited outside of the IDE) differently from other IDEs …

eclipse ide pydev
Can you have 2 completely independent instances of Eclipse running at the same time?

I am currently using Eclipse for both Java and Python (with PyDev). I often find that I have one Java …

java eclipse pydev
Adding python modules to pydev in eclipse results in import error?

I have a problem getting PyDev on eclipse to recognize already installed modules. Here is my detailed approach. The machine …

python eclipse configuration import pydev
Which Eclipse package should I download for PyDev?

Which Eclipse package should I choose for Python development with PyDev? Nothing on the Eclipse homepage tells me what to …

python eclipse package pydev