Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

python 3.1 with pydev

I am now moving to eclipse for my python development. I have pydev installed but it is showing grammar support up to python version 3.0. My question is can I use python 3.1 with 3.0 grammar? Has the grammar changed from version 3.0 to 3.1?

I am using eclipse 3.4.2 and pydev 1.4.7

like image 294
Umair Ahmed Avatar asked Aug 20 '09 10:08

Umair Ahmed


People also ask

How do I run python in PyDev?

Configure PyDevGo to Window → Preferences. In the Preferences window, expand PyDev and select Interpreter-Python. Click "New..." and type Python32 for the Interpreter name. For the Interpreter executable, browse to your copy of Python (C:\Program Files\Python32\python.exe), and press Open.

Is PyDev better than PyCharm?

In the question“What are the best Python IDEs or editors?” PyCharm Professional Edition is ranked 2nd while Eclipse with PyDev is ranked 23rd. The most important reason people chose PyCharm Professional Edition is: PyCharm has CVS, Git, Subversion and Mercurial integration.

Why is PyDev not showing in Eclipse?

it seems that you installed pydev with wrong version. remember check your java version(by typing java -version in console). if it says 1.6. X, then you should NOT check "Show only the latest versions of available softerware" option in the first popup window after "Help->Install New Software" clicked.

Can I run python in Eclipse?

The first time we run a Python project, Eclipse will display the following Run As pop-up window. Click on Python Run and then click OK. Python will save the file for this module and then run its script; if there is no Console view in which to run the script. Eclipse will create a new one.


1 Answers

grammar hasn't changed, some modules have.

like image 89
SilentGhost Avatar answered Oct 27 '22 18:10

SilentGhost