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

Multiple Installs Of Python On Macosx For Eclipse

I want to have multiple installs of Python: 2.1, 2.4, 2.7, 3.x My IDE is Eclipse (Helios)/Pydev on … Read more Multiple Installs Of Python On Macosx For Eclipse

Solving The Invalid Name For Python Module Warning In Pydev

I encountered the Invalid name for Python module: ...filename (it'll not be analyzed) warning m… Read more Solving The Invalid Name For Python Module Warning In Pydev

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

Python Suddenly Has Error: "no Module Named Unittest." I'm Not Running A Unit Test

I have a Django application, which very suddenly started giving me an error. I made a code change, … Read more Python Suddenly Has Error: "no Module Named Unittest." I'm Not Running A Unit Test

Displaying Function Documentation In Pydev

I've gotten Pydev up and running, and almost all is working well. However I'm having some … Read more Displaying Function Documentation In Pydev

Python Gtk+ Development In Linux Using Eclipse + Pydev, Unresolved Import: Gtk

I just tried to write my first Gtk+ program using python in linux mint with Eclipse + PyDev, but I … Read more Python Gtk+ Development In Linux Using Eclipse + Pydev, Unresolved Import: Gtk

Pylint Not Recognizing Some Of The Standard Library

I'm using pylint + pydev, with python 2.6. I have a module with just this line of code from ema… Read more Pylint Not Recognizing Some Of The Standard Library

How To Make Eclipse Pydev Plugin Recognize Newly Installed Python Modules?

So I just installed SubnetTree (http://www.icir.org/robin/pysubnettree/) and if I open the Python i… Read more How To Make Eclipse Pydev Plugin Recognize Newly Installed Python Modules?