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

Indent Python File (with Pydev) In Eclipse

I'm a newbie in eclipse. I want to indent all the lines of my code and formatting the open file… Read more Indent Python File (with Pydev) In Eclipse

Greeting Program

I have been learning how to program in Python using the book 'Python the Absolute Beginners Gui… Read more Greeting Program

Pydev Does Not Recognize Imports

I am using PyDev for Eclipse, and shows a few red underlines as erros for wrong imports. However, t… Read more Pydev Does Not Recognize Imports

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

Eclipse Pydev Use Remote Interpreter

is there a posibility to make eclipse PyDev use a remote Python interpreter? I would like to do thi… Read more Eclipse Pydev Use Remote Interpreter

Is There Such A Thing As Startup File In Pydev Under Eclipse?

I have created a new project in Eclipse, PyDev. If I were in VS2010, I would mark a project as st… Read more Is There Such A Thing As Startup File In Pydev Under Eclipse?

Pydev 7.3.0 Warns Uselessly About Iterable Unpacking With Python 3.7

Stop editing just to gain few points of reputations and not helping, thanks First of all, it does n… Read more Pydev 7.3.0 Warns Uselessly About Iterable Unpacking With Python 3.7

Run External Python Programs With Eclipse Pydev

I want to use the refactoring enabled by PyDev but think it is a little ridiculous to create a proj… Read more Run External Python Programs With Eclipse Pydev

Pydev Remote Debugging Not Working (connection Refused)

I'm using Eclipse Luna Service Release 1 (4.4.1) with PyDev 3.9.0.201411111611 for Python 2.7 d… Read more Pydev Remote Debugging Not Working (connection Refused)

Howto Ignore Specific Undefined Variables In Pydev Eclipse

I'm writing a crossplatform python script on windows using Eclipse with the Pydev plugin. The s… Read more Howto Ignore Specific Undefined Variables In Pydev Eclipse

Print \r Correctly In Console

When I write a script that updates a printed line, for example like this: for i in range(101): … Read more Print \r Correctly In Console

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

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: Unresolved Import Error For Sqlite3 In Pydev In Eclipse

import sqlite3 generates: Unused import: sqlite3 Unresolved import: sqlite3 sqlite3 Found at: Datab… Read more Python: Unresolved Import Error For Sqlite3 In Pydev In Eclipse

Configuring The Working Directory In Eclipse 3.8.1 With Pydev-project

I'm trying run a python script in Eclipse 3.8.1 but I keep getting the error message: IOError:… Read more Configuring The Working Directory In Eclipse 3.8.1 With Pydev-project

Pydev: Fatal Error Python32\lib\io.py, Line 60, In

I work in PyDev and quite suddenly, I cannot run my python programs from within Eclipse's PyDev… Read more Pydev: Fatal Error Python32\lib\io.py, Line 60, In

Eclipse Unable To Get Info On The Interpreter In Virtual Environment

I'm on Mac OS X 10.8. Running Eclipse 4.2.2 with Pydev installed. I have a Django project that … Read more Eclipse Unable To Get Info On The Interpreter In Virtual Environment

Re-arrange Pythonpath In Pydev-eclipse?

I'm using pydev in eclipse. I was hoping that pydev would first use the python classes I develo… Read more Re-arrange Pythonpath In Pydev-eclipse?

Is There Such A Thing As Startup File In PyDev Under Eclipse?

I have created a new project in Eclipse, PyDev. If I were in VS2010, I would mark a project as st… Read more Is There Such A Thing As Startup File In PyDev Under Eclipse?

Eclipse Unable To Get Info On The Interpreter In Virtual Environment

I'm on Mac OS X 10.8. Running Eclipse 4.2.2 with Pydev installed. I have a Django project that … Read more Eclipse Unable To Get Info On The Interpreter In Virtual Environment