Saturday, April 27, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 8744  / 2 Years ago, tue, april 19, 2022, 12:13:37

I suppose it's a similar problem as this question, but I was asked to file a separate question, because my problem is Python-3-related.



Situation: Ubuntu 12.04 64bit, Python 3.2.3, installing Eclipse (Kepler) and PyDev.



Problem: Cannot configure PyDev, cannot create Python project. Same procedure on Windows 7 works fine.



I followed the guidelines at http://pydev.org/manual_101_install.html, but neither "Install New Software" nor via the "Eclipse Marketplace" did work, i.e. I don't see any Python or PyDev entry in Window/Preferences. Well, it seems to be installed, because Eclipse says "already installed", if I try to install it again.



From the command line python is working:



$ python
Python 3.2.3 (default, Sep 25 2013, 18:22:43)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>


I tried to link python to python2.7 in /usr/bin but with no effort.



Does anyone have an idea yet?



EDIT: java -version says "1.6.0_27"



Eclipse Marketplace with PyDev installed


More From » installation

 Answers
7

I have the same problem and configurations as yours. After switch to Java v1.7 using



sudo update-alternatives --config java


First you might not see PyDev perspective but just import/create a Python project and it works.


[#28365] Thursday, April 21, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ndeecru

Total Points: 109
Total Questions: 128
Total Answers: 117

Location: Czech Republic
Member since Thu, Aug 11, 2022
2 Years ago
;