About 3,880,000 results
Open links in new tab
  1. python - Unresolved Import Issues with PyDev and Eclipse - Stack …

    Jan 8, 2011 · I am very new to PyDev and Python, though I have used Eclipse for Java plenty. I am trying to work through some of the Dive Into Python examples and this feels like an …

  2. python - Which Eclipse package should I download for PyDev?

    Which Eclipse package should I choose for Python development with PyDev? Nothing on the Eclipse homepage tells me what to choose, and the PyDev documentation assumes I already …

  3. How do I import a pre-existing python project into Eclipse?

    Nov 8, 2012 · On linux i was able to import project nicely. For Eclipse Kepler, i have done like below. Open eclipse in pydev perspective. Create a new pydev project in your eclipse …

  4. python - Eclipse/PyDev not finding installed packages - Stack …

    Oct 11, 2024 · Eclipse/PyDev is reporting that it cannot find the module 'distro'. But that module is in the list given by pip of installed modules (5th item down in that list).

  5. Eclipse: "Python not configured" - Stack Overflow

    May 20, 2012 · 5 Go to Window → Preferences. In the Preferences window, expand PyDev and select Interpreter-Python. Click "New..." and type Python32 for the Interpreter name. For the …

  6. python - Eclipse, PyDev "Project interpreter not specified” - Stack ...

    Jun 22, 2015 · In my windows system python executable installed path is C:\tools\python2\python.exe. as mentioned above Go to eclipse Window -> Preferences -> …

  7. python - Setting PYTHONPATH in Eclipse/PyDev - Stack Overflow

    Oct 18, 2024 · How do I prevent PyDev from prepending the project name to the source directory containing the standard Python modules? Added later: here is the Add source folder window …

  8. Interactive console using Pydev in Eclipse? - Stack Overflow

    Jun 21, 2012 · I'm debugging my Python code in Eclipse using the Pydev plugin. I'm able to open a Pydev console and it gives me two options: "Console for currently active editor" and "Python …

  9. eclipse - How to add python "libraries" to Eclypse and pydev

    Sep 9, 2010 · I just downloaded Eclipse and added the pydev plugin. Everything seems to work fine. What I want to do now is to add all the built-in Abaqus libraries or modules. I would like, …

  10. Eclipse, pydev and virtual environments - Stack Overflow

    Aug 1, 2017 · I have been searching for a good way to use python virtual environments from within eclipse. The only suggestion I have found is to create a new eclipse-wide "interpreter" …