[Pydev-users] Re: question on using pydev with jython
Brought to you by:
fabioz
From: Aleks T. <a...@to...> - 2004-01-16 21:58:30
|
Hi, I've just tried using pydev with jython for the first time. It is not going to work in this release. You'd think that they would be match made in heaven, considering that I am using Jython's parser for my outline. There are a couple of problems: - as you've noticed, the executable picker cannot specify .bat files. I've fixed this. - the command line options for the two are different. The -u I pass to python interpreter breaks jython. File a bug, and I'll get it in the next release. The right way to do this would be to make Jython an Eclipse plugin, and have a debugger extension that invokes jython inside eclipse. Aleks Martin Atzmueller wrote: > Hi, > > first, thanks for the great work on the pydev plugin for eclipse. This > makes developing in Python much easier. > However, I've tried to use Jython together with pydev (0.3). It turns > out that my jython.bat file, that starts up jython cannot be specified > in the preferences page to set up the interpreter. So, the run and debug > launcher do not work. Is there an option such that pydev works with jython? > > Thanks in advance, > Martin Atzmueller > |