Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
43 views

In PyDev Package Explorer, I've got a package and folder which both point to the same folder structure on my computer, I want to get rid of the folder reference (which I have disconnected from github),...
kulath's user avatar
  • 41
0 votes
1 answer
84 views

I used to work with Python 3.8.10. Now I additionally installed Python 3.13.2 via pyenv. Both versions are working when I call them in a terminal. In Eclipse I generated a pydev project. In it there ...
philipp's user avatar
0 votes
1 answer
53 views

I'm running eclipse 2025-3 on Ubuntu 24.04 installed through the snap store. I have installed pydev using the marketplace (as well as CDT) and noticed that the perspective, menu, and even the ...
deadpickle's user avatar
0 votes
1 answer
761 views

I'm trying to debug simple python program in PyCharm, but getting below error. "C:\Program Files\Python313\python.exe" "C:/Program Files/JetBrains/PyCharm Community Edition 2022.3/...
nimisha jain's user avatar
0 votes
0 answers
29 views

I am looking for a way to retrieve in Eclipse with the help of PyDev the inheritance of Class, the constructor and the presence of a field of an IResource representing a .py file in Eclipse. I already ...
psilocybe's user avatar
0 votes
1 answer
50 views

The title is pretty accurate and complete. What I would like to know is if there's an option to configure eclipse/pydev to create a git repository automatically when I create a new pydev project. I ...
Den's user avatar
  • 199
0 votes
0 answers
30 views

I am trying to create a Pipenv environment in eclipse. When I need to set the location of Pipenv executable, I cannot browse to that folder; it is missing. When I type in the full path: I installed ...
Karen's user avatar
  • 29
0 votes
1 answer
71 views

To import the colorama module, I'm using import colorama. When doing so into any .py file within my project (tested within multiple directories as well, including root), vscode underlines the '...
Asher Creech's user avatar
0 votes
1 answer
25 views

Eclipse/Pydev has been working fine for years. In the last few days, however, I updated to the latest eclipse (4.34 - 2024-12) and at the same time the latest PyDev (12.2.0). The problem I'm having ...
Den's user avatar
  • 199
0 votes
0 answers
25 views

I need to run two instances of Eclipse/PyDev on the same machine that operate on the same source code. The situation is this. Two Python applications use the same common underlying modules in Python ...
dnessett's user avatar
0 votes
0 answers
37 views

I am attempting to setup $PATH using a shell script and pass it to a python script. I have ShellWax in Eclipse and nodejs on my machine. I also have the plugin PyDev installed. I also have the debug ...
dnessett's user avatar
0 votes
1 answer
63 views

The application I am attempting to run under Eclipse/PyDev uses the python async keyword and the asyncio package. Does PyDev support asyncio? I imagine this would affect how stack histories are ...
dnessett's user avatar
0 votes
1 answer
121 views

I am trying to use the tactic described in showing-stack-trace-of-running-python-application on a python application running within Eclipse/PyDev. I installed the module described therein (in the file ...
dnessett's user avatar
0 votes
0 answers
42 views

I am trying to figure out what happens when the PyDev debugger (running under Eclipse) encounters OS.fork(). This was the subject of another post that has not received any response (Eclipse/PyDev ...
dnessett's user avatar
0 votes
1 answer
211 views

Added later: I stupidly capitalized OS rather than using os, so the import and print now works properly. However, the question remains: how can I add a source directory that is outside the project ...
dnessett's user avatar

15 30 50 per page
1
2 3 4 5
172