Tagged Questions

Pydev is an Eclipse plugin for Python development.

learn more… | top users | synonyms

32
votes
9answers
9k views

Can Eclipse refresh resources automatically?

One of the things that really irks me about Eclipse is the way it deals with out-of-sync resources (files that have been edited outside of the IDE). In most IDEs I've used, only resources with ...
31
votes
6answers
6k views

Continuous unit testing with Pydev (Python and Eclipse)

Is there a way to integrate background unit tests with the Pydev Eclipse environment? My unit tests run well, but I would like to integrate them to run in the background based on source file changes ...
25
votes
6answers
10k views

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 a module settings that defines a settings object. I import that in module b and assign ...
17
votes
4answers
2k views

Break on exception in pydev

Is it possible to get the pydev debugger to break on exception?
17
votes
5answers
3k views

How to integrate pep8.py in Eclipse?

A little background: PEP 8 is the Style Guide for Python Code. It contains the conventions all python programmers should follow. pep8.py is a (very useful) script that checks the code formating of a ...
16
votes
9answers
9k views

Which Eclipse package to download for pydev?

I'm getting started with python, eclipse and pydev. Which Eclipse package should I choose? Nothing on the eclipse homepage tells me what to choose and python documentation assumes I have eclipse ...
15
votes
7answers
6k views

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 I can't get to work. Eclipse complains that User.DoesNotExist is undefined. Most likely, I am missing ...
14
votes
7answers
12k views

Django + Pydev/Eclipse + Google App Engine - possible?

Has anyone been able to get Google App Engine/Django working in Pydev/Eclipse? I tried this but had difficulty getting Pydev to recognize all of the externally linked folders (django plugins) that I ...
12
votes
7answers
5k views

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 a variable from wx.*, I get a "Undefined variable from import error" For example, ...
11
votes
6answers
6k views

WxPython Incompatible With Snow Leopard?

Recently I upgraded to Snow Leopard, and now I can't run programs built with wxPython. The errors I get are (from Eclipse + PyDev): import wx File ...
11
votes
4answers
2k views

Eclipse+PyDev+GAE memcache error

I've started using Eclipe+PyDev as an environment for developing my first app for Google App Engine. Eclipse is configured according to this tutorial. Everything was working until I start to use ...
11
votes
5answers
5k views

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 any instructions are fine. I thought I had it (and even ...
10
votes
1answer
980 views

Good tutorials on Python unit testing in Eclipse

I'm looking for a good tutorial on Python unit testing in Eclipse, particularly using PyDev. I am working on a fairly large project using Eclipse. I've built several test suites that are working ...
10
votes
2answers
1k views

I'm having trouble setting up pylint with pydev

I have installed pylint via easy_install. I can run lint.py <filename> with success. But pydev refuses to use it. I checked "use pylint" I configured correct path I updated my python ...
10
votes
4answers
3k views

How can I make the PyDev editor selectively ignore errors?

I'm using PyDev under Eclipse to write some Jython code. I've got numerous instances where I need to do something like this: import com.work.project.component.client.Interface.ISubInterface as ...
9
votes
5answers
265 views

How to get pylint warnings to be marked in the Pydev Eclipse editor margin?

I have pylint installed (works fine on the command line) and set up within Pydev in Eclipse. Pylint is being triggered OK when I edit files, and is outputting to the Eclipse console. But, the pylint ...
9
votes
2answers
5k views

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 work through some of the Dive Into Python examples and this feels like an extremely trivial problem that's ...
9
votes
6answers
6k views

Unresolved import: models

I'm doing my VERY first project using python/django/eclipse/pydev following this guide http://docs.djangoproject.com/en/dev/intro/tutorial01/ My only addition is the use of Eclipse/pydev. I'm ...
9
votes
6answers
1k views

Jump into a Python Interactive Session mid-program?

Hey I was wondering... I am using the pydev with eclipse and I'm really enjoying the powerful debugging features, but I was wondering: Is it possible to set a breakpoint in eclipse and jump into the ...
9
votes
2answers
4k views

How do I configure Eclipse to launch a browser when Run or Debug is selected using Pydev plugin

I'm learning Python and Django using the Eclipse Pydev plugin. I want the internal or external browser to launch or refresh with the URL http:/127.0.0.1 when I press Run or Debug. I've seen it done ...
9
votes
7answers
3k views

Debug Pylons application through Eclipse

I have Eclipse setup with PyDev and love being able to debug my scripts/apps. I've just started playing around with Pylons and was wondering if there is a way to start up the paster server through ...
8
votes
2answers
770 views

pydev doesn't find python library after installation

I'm using Django and PyDev/Eclipse. I just installed django-treebeard with setup.py install and it got installed in my site-packages directory C:\Python26\Lib\site-packages. I can successfully import ...
8
votes
3answers
436 views

Is there any way to get a REPL in pydev?

I would like to be able to drop to the python REPL from the debugger -- if this is not possible is there an easier way to evaluate python expressions in the context of the current breakpoint other ...
7
votes
1answer
813 views

No such table error when running a django server from Eclipse

I'm developing a website using djago. When I run the server through the command prompt like so: python manage.py runserver it runs fine, but when I do it from Eclipse (right click on the project -> ...
7
votes
1answer
356 views

Is there a way to hook Django's unittest into PyUnit in eclipse?

I've been working on a Django project for the past few weeks now, and it's been fairly smooth sailing. I use Django's unittest library to test everything, and the result show up in the console. ...
7
votes
3answers
4k views

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 the interpreter in Eclipse. I am not clear what exactly I need to do here, or what ...
6
votes
1answer
344 views

Document python using Eclipse/Pydev

I am new to python development and use Eclipse/Pydev. Is there a nice way to integrate tools for generating documentations (e.g. Sphinx, pydoc) into the IDE to have a nice workflow, maybe showing the ...
6
votes
1answer
337 views

Pydev Code Completion for everything

In many cases (such as function parameters) Pydev doesn't statically know the type of a variable. Therefore code completion (after . or when using ctrl+space) doesn't work. In most cases, you know ...
6
votes
2answers
151 views

Which Eclipse version have I got installed?

I just installed the latest Eclipse from the official download page. I chose Eclipse IDE for Java Developers. Now, I'd like to install Pydev, which kindly asks me to use at least version 3.6.1. I ...
6
votes
9answers
2k views

pydev not recognizing python installation with django

I have python installed with django. I know the installation is there because I installed it following the directions and in the command line I can do "import python" and there is no crash. When I ...
6
votes
3answers
200 views

Python Debugging: code editing on the fly

I am new to python and haven't been able to find out whether this is possible or not. I am using the PyDev plugin under Eclipse, and basically all I want to find out is, is it possible to edit code ...
6
votes
2answers
653 views

How do you reload your Python source into the console window in Eclipse/Pydev?

In other Python IDEs (PythonWin and Idle) it's possible to hit a key and have your current source file window reloaded into the console. I find this useful when experimenting with a piece of code; ...
5
votes
2answers
123 views

Why are my jython “*$py.class” files not being updated with code changes after I moved them to a different package?

I originally had all of my modules in one package. I recently created a sub-package in the original package, and moved a few modules into that. My src folder, and the 2 package folders, are all in my ...
5
votes
1answer
800 views

Eclipse Pydev: 'Error: Python stdlib not found'

I am trying to add an interpreter (created using virtualenv) to PyDev but I get the following error: It seems that the Python /Lib folder (which contains the standard library) was not found ...
5
votes
2answers
508 views

Can't import module from dependent project in PyDev

I'm probably doing something really dumb here, but it's driving me crazy. I have two PyDev projects in Eclipse. One project, 'Analysis' depends on the other, 'PyCommon'. I'm 100% sure of this as when ...
5
votes
2answers
239 views

Running doctests from Pydev?

Is there any straightforward way or should I use an external tool like Nose?
5
votes
3answers
513 views

What is the keyboard shortcut to run all unit tests in the current project in PyDev + Eclipse?

I know Ctrl + F9 runs a single file. How to run them all? If there is no such thing, how to bind one keyboard shortcut to it?
5
votes
2answers
2k views

How import Pydev project into interactive console?

Newbie question (I'm just getting started with Python and Pydev): I've created a project "Playground" with (standard?) src/root sub-folder. In there I've created example.py. How do I import my ...
5
votes
1answer
3k views

Debugging with Pydev 1.5

I am trying to debug my application with Pydev 1.5 I have done almost everything that's mentioned in the docs to start the debugger. I get this error when I try to start the debugging: pydev ...
4
votes
2answers
58 views

debug a big loop in eclipse

I am debugging a Python program in Eclipse. I have a breakpoint in a big loop and I expect the problem to occur in the (1000+)th round. How can I reach that ASAP instead of clicking resume 1000 ...
4
votes
1answer
59 views

Debug PyDev+Eclipse - Code not reloads after code change in breakpoint/suspend mode

I often doing such steps and want to optimize debug speed: I am setting some breakpoints. I am running Google Appengine Application (Python 2.5.2+). When breakpoint occur I often change code to fix ...
4
votes
1answer
206 views

How do I redirect Django commands using PyDev?

I would like to run the following Django command (to dump the contents of my database into a text file): python manage.py dumpdata my_app > data.json I'm using the Django framework within PyDev ...
4
votes
1answer
307 views

Refresh PyDev import paths in Eclipse

I'm using Eclipse Helios under Ubuntu. Whenever I install a new library under /usr/local/lib/python2.6/dist-packages/ using pip, Eclipse doesn't see it and complains about invalid imports. I double ...
4
votes
4answers
1k views

Initialization of unit-test in PyDev?

I am unit-testing my python code in eclipse using PyDev unit-testing. I right click on the appropriate file and select Run As -> Python unit-test. Concerning this plugin I have a few questions: Is ...
4
votes
4answers
1k views

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 folders in the "Python Way". I'm using PyDev in my Development Environment, and when I create a new ...
4
votes
3answers
305 views

PyDev in Eclipse does not recognize db.add_column from South

I have just installed South (0.7.3, python-2.6) and successfully completed the tutorial using the python interpreter. Meaning that I am able to create a model and migrate it without any errors, so ...
4
votes
1answer
542 views

Python DocStrings & Pydev

I've gotten Pydev up and running, and almost all is working well. However I'm having some trouble with docstrings. Let's say for instance I have a function such as the following: def ...
4
votes
3answers
2k views

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 running within Eclipse(Pydev). The following link explains how to pass command ...
4
votes
0answers
550 views

Most efficient way of setting up a project Pydev PYTHONPATH in Eclipse (Helios)?

I want to add all folders in my Pydev project to PYTHONPATH so that I can reap the benefits of easily seeing unused imports etc. To do this I seemingly have to add all folders manually including the ...
4
votes
3answers
706 views

what's the keyboard shortcut to toggle breakpoint in pydev using eclipse

I think I'm missing the elephant in the room but for the life of me I can't find the keyboard shortcut to setting a breakpoint in eclipse when using the pydev plugin. Things that I've already tried: ...

1 2 3 4 5 11