Top "Pydev" questions

PyDev is an Eclipse plugin for Python development.

Setting up Eclipse Juno with PyDev and Virtualenv

I have managed to set up the python interpreter of my pydev installation to the one in my virtualenv folder …

eclipse configuration pydev virtualenv
Unable to load the repository(PyDev for eclipse)

I encountered the problem. When i am trying to create new PyDev project, an error occurs: Error: Unable to load …

python eclipse repository pydev
Django -- User.DoesNotExist does not exist?

I'm trying to get hold of Django. I use Pydev on Eclipse. I have written a simple signup page that …

python django authentication django-models pydev
How do I fix PyDev "Method should have self as first parameter" errors

I'm developing in Python using PyDev in Eclipse, and some of my code generates errors in the code analysis tool. …

python code-analysis pydev
Configuring Pydev Interpreter in Eclipse to use Enthought Python Distribution

I downloaded Pydev plugin for Eclipse (3.5.2) today on Mac OSX 10.5.8. To be able to use Pydev, I need to configure …

python pydev enthought
How to suppress "unused variable" warnings in Eclipse/PyDev

How to suppress "unused variable" warnings in Eclipse/PyDev When I'm working with functions that return tuples, I often only …

python eclipse variable-assignment pydev
pydev breakpoints not working

I am working on a project using python 2.7.2, sqlalchemy 0.7, unittest, eclipse 3.7.2 and pydev 2.4. I am setting breakpoints in python files (…

python unit-testing debugging pydev python-2.7
PyDev and Django: how to restart dev server?

I'm new to Django. I think I'm making a simple mistake. I launched the dev server with Pydev: RClick on …

python django eclipse pydev devserver
Kivy, Eclipse and PyDev (also PyPy)

According to this post: https://groups.google.com/forum/?fromgroups#!topic/kivy-users/n7c3thksnzg, it is possible to use …

eclipse pydev pypy kivy
Eclipse pydev warning - "Debugger speedups using cython not found."

I get this warning while running a python program (some basic web automation using selenium): warning: Debugger speedups using cython …

eclipse python-3.x cython pydev