3
votes
0answers
85 views

pydev interactive console always disappearing and other console questions

I've just started using pydev in Eclipse and I have a lot of questions about the way the interactive console works. I have found out how to launch an interactive console and use it to run functions. ...
3
votes
0answers
254 views

Define remote interpreter on remote Linux machine using Pydev and RSE Server

I have a windows box and a Linux red hat box. Eclipse is installed on windows, following instructions given on eclipse page I managed to set up a RSE server that runs on the Linux box, I am also able ...
3
votes
0answers
165 views

Inspect variables after exception in Python/Pydev/Eclipse

Can I inspect variables on the stack after there is an uncaught exception in Python/Pydev/Eclipse? I'd like to go back in stack levels and see the local variables. I suppose there are ways to hack ...
2
votes
0answers
46 views

URL links in Eclipse python code

I like to document my python code with links to web pages that explain the algorithm in detail. But I can't make the links 'live', so that just clicking on them in Eclipse brings up the page in the ...
2
votes
0answers
131 views

Mac: Eclipse error import MySQLdb works fine on command line

I have been trying to install Mysql and Python along with MySQLdb module on MAC. I have been able to do that successfully. From the command line when i do import MySQLdb it works fine. However, I ...
2
votes
0answers
77 views

Eclipse + Python: Stack overflow during debug - not run

I have the following Python code in Eclipse which causes stack overflow when debugging: v = ogr.Feature(layer.GetLayerDefn()) The method calls are part of the GDAL/OGR library and the Error message ...
2
votes
0answers
98 views

ImportError on debugger with Eclipse and Pydev

I have a python project within Eclipse with the pydev plugin. Although I can run the scripts just fine through the "run as" dialog, or the "run configurations" profiles, it fails on an import when ...
1
vote
0answers
34 views

How to make pydev show doc for built-in python functions?

Now for built-in functions, pydev just shows: list.append Found at: builtins while for a function in matplotlib, it shows: def figure Found at: matplotlib.pyplot def figure(num= # autoincrement ...
1
vote
0answers
66 views

Error when configuring Python interpreter for PyDev in Eclipse

I just recently installed the PyDev 2.6 plugin for Eclipse (I run Eclipse SDK 4.2.1) and when I try to configure the Python interpreter to the path: > C:\Python27\python.exe , it gives me an "Error ...
1
vote
0answers
70 views

Developing behave steps with PyDev

Behave is a great tool for behavior driven development in Python. However, in combination with PyDev I've got two Problems: PyDev can't resolve behave's @given, @when and @then annotations. This ...
1
vote
0answers
54 views

Eclipse+Pydev sluggish “Variables” window

I use eclipse+pydev for my python dev and I like it because it easily integrates with Git, etc. However, recently, I've started experiencing this really weird problem when I debug my python code which ...
1
vote
0answers
63 views

Unable to auto-complete native python libraries from file in subdirectory

I'm having trouble with Eclipse PyDev autocomplete when trying to use an import statement in a file in a subfolder. My folder structure is: src --data --libs --__init__.py --myclass.py --logs ...
1
vote
0answers
98 views

PyDev OS independent project file

Is there any way I could use the same PyDev configuration file across two different operating systems? that is I want to replace all the os specific paths with environmental variables to make this ...
1
vote
0answers
124 views

How do I connect PostgreSQL with PyDev in Eclipse

I'm developing a module for Tryton, and when I'm trying to run unittest test in Eclipse with PostgreSQL and PyDev, Eclipse is not enable to connect to PostgreSQL, so test fails and raises this ...
1
vote
0answers
52 views

how can reference from one Eclipse project to another when using cx_freeze

I have a problem I have eclipse work space it's contain 4project each project reference from anther project. When I need to make an executable file using cx_Freeze, it can't import the other ...

1 2 3 4 5 14
15 30 50 per page