configuring eclipse-pydev
Janne Jokitalo
janne.jokitalo at dnainternet.net
Fri Dec 22 07:25:30 UTC 2006
Gabriel Dragffy wrote:
> I'd like some help on configuring the pydev plugin for eclipse. For
> example it is saying that I must give it a Python interpreter and a
> Jython (never heard of that!) interpreter before I can even begin a new
> project using it. What things do I have to do to begin development in
> Eclipse?
Hello Gabriel,
I haven't used this yet, but I tried after seeing you got no responses to
your question (or maybe I just missed them).
You have to go to Window > Preferences > Pydev > Interpreter Jython and
specify a path to jython.jar, on my system it's:
/usr/lib/eclipse/plugins/org.python.pydev.jython_1.2.0/jython.jar
...and again Window > Preferences > Pydev > Interpreter Python and this time
specify a path to python, you can get that with `which python`, on my system
it's:
jaska at ardbeg:~$ which python
/usr/bin/python
After these (actually, by mistake, after the first, Jython, setup) I could
create a new project.
Hope this gets you going. :)
--
Jaska
More information about the ubuntu-users
mailing list