Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pydev

Pydev Undefined Variable From Import Error

I'm using virtualenv for Django project. From command line I can import modules hashlib and zip… Read more Pydev Undefined Variable From Import Error

Pydev Interactive Console

When trying to open a interactive console on pydev I get an error: Error initializing console. U… Read more Pydev Interactive Console

Set Comprehensions Don't Work On Pydev (python)

{x for x in range(10)} works perfectly on IDLE, but when I try this in eclipse (with Pydev plugin)… Read more Set Comprehensions Don't Work On Pydev (python)

Pydev Can't Debug Anymore

I'm using eclipse 4.2.1 and pydev 2.7.1 (previously 2.6.0) Everything was working fine, until s… Read more Pydev Can't Debug Anymore

How To Get Unit Test Coverage Results In Eclipse + Pydev?

I know Eclipse + PyDev has an option Run As => 3 Python Coverage. But all it reports is: Ran 6 … Read more How To Get Unit Test Coverage Results In Eclipse + Pydev?

Pydev Issue With Gobject

It seems that Pydev (1.5.4) on Eclipse (3.5.1) with Python 2.6 isn't able to correctly cross-re… Read more Pydev Issue With Gobject

Interactive Matplotlib Through Eclipse Pydev

This is a follow up to this interactive matplolib through eclipse thread which is about 2 years old… Read more Interactive Matplotlib Through Eclipse Pydev

Subprocess Crashes Unexpectedly From Pydev, Works Fine From Double Click In Windows Explorer

I've spent quite a bit of time trying to figure this out. I'm trying to invoke this line to… Read more Subprocess Crashes Unexpectedly From Pydev, Works Fine From Double Click In Windows Explorer