Questions tagged [pydev]

PyDev stands out as an essential Eclipse plugin designed for coding in Python.

PyQt5 Code in Eclipse (PyDev) experiencing exception without traceback information retrieved

Although this question may sound familiar, it remains unanswered for over a year. I am sharing more details in hopes of finally getting a resolution. The problem arises when the code enters PyQt5's loops and a crash occurs without displaying the trac ...

Encountering an error while trying to install PyDev in Eclipse

There was an issue when trying to access the repository at http://pydev.sf.net/updates/content.xml. sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid c ...

Setting up Eclipse for Python on Ubuntu: A Step-by-Step Guide

I can't seem to find the Window > Preferences > PyDev option in my eclipse. I attempted to get it from the eclipse marketplace, but I'm encountering some difficulties. Can someone guide me through the process? ...

What could be causing autotyped variables to throw an attribute error in a QGIS Python plugin developed with PyDev on Eclipse 4.4 running on OSX 10.9.3?

After searching extensively on both here and GIS Stackexchange, I have yet to find a solution to my issue. My goal is to include an if statement in my plugin.py file that checks whether a checkbox is ticked. The plugin.py imports a class from dialog.py, w ...

"Encountering an unresolved import issue in PyDev when trying

Currently, I am using PyDev in Eclipse 4.2 on Mountain Lion operating system. I have successfully installed the SciPy Superpack and can access all related packages like Scikit-learn and MatPlotLib via Python interpreter and IPython. However, when attemptin ...

What is the best way to configure PyDev to automatically format code with a specific character limit per line?

I rely on PyDev for Python coding within Eclipse. Can PyDev be configured to automatically format my code and restrict the maximum number of characters per line? ...