Top "Pydev" questions

PyDev is an Eclipse plugin for Python development.

Where is the Google App Engine SDK path on OSX?

I need to know for creating a Pydev Google App Engine Project in Eclipse.

python eclipse google-app-engine pydev
stopping setup.py from installing as egg

How do I stop setup.py from installing a package as an egg? Or even better, how do I easy_…

python pydev setuptools easy-install
PyDev Interactive Python Shell in Eclipse

I've been using Wing IDE for python programming and I am trying to switch to Eclipse, PyDev. When I run …

python eclipse pydev wing-ide interactive-shell
PyDev for Eclipse - Resolve Python dependencies (unresolved imports)

I am using PyDev for Eclipse as my IDE and pip as my package management tool, running virtualenv. Every time …

java python eclipse-plugin pydev m2eclipse
How do I change the default font for Python code in Eclipse?

In Eclipse, how can I change default font for Python code in the editor (PyDev plugin)? I navigate to menu …

python eclipse pydev
Undefined variable from import when using wxPython in pydev

I just downloaded wxPython, and was running some of the sample programs from here. However, on every line that uses …

python eclipse wxpython pydev
Django templates syntax highlighting in Eclipse

I use Eclipse and pydev for django development. This has worked more or less ok, including debugging. Syntax highlighting doesn't …

python django ide syntax-highlighting pydev
Change hotkey for autocomplete selection

In Eclipse, I find it pretty annoying that Enter is the hotkey that selects an item from the Content Assist/…

eclipse pydev hotkeys
How do I fix UnsupportedCharsetException in Eclipse Kepler/Luna with Jython/PyDev?

Example code: from java.lang import System if __name__ == '__main__': [System.out.print(x) for x in "Python-powered …

java python eclipse pydev jython
Virtualenv with Eclipse (Galileo)

Does anybody have directions for getting Eclipse (Galileo), PyDev, and Virtualenv working together? I'm specifically trying to run Pinax but …

python django eclipse pydev virtualenv