Re: [Pydev-code] Quick Status Update -- IGNORE PREV MESSAGE
Brought to you by:
fabioz
From: Aleks T. <a...@to...> - 2004-05-27 17:03:37
|
Cool. What does the new code do? I am unable to compile now. Jython project is complaining about the missing /src directory. Can you check it in? I am starting to move away from supporting Pydev. I'll port it to Eclipse3, call it 1.0 stable, and that'll be it, save for bug maintenance. Any ideas on how pydev should continue to evolve, so that your contributions get released? If you'd like to maintain release notes, and do bug support for your features, I could post new releases. Aleks Dana Moore wrote: > I finally found time to get back onto PyDev. > I checked in a wrapper for Jython to support > PythonCompletionProcessor.java. > Now I'm working to get that to call a couple the same python modules > that autocomplete code for PyAlaMode. ....... > NOW, here's the question I actually want to ask: > is ther a way to import Python files from JAR Archives, so that we can > make this stand alone without forcing the use to install JYTHON??? > There's a tantalising hint in the jython-dev message: > http://aspn.activestate.com/ASPN/Mail/Message/Jython-users/2070925 > > BUT the technique he describes, he says is in the message: > http://www.geocrawler.com/archives/3/7017/2001/9/50/6639698/ > > I can't seem to find that anywhere. Does anyone have insights into > this??? I do not understand why do you need to import Python files from JAR archives. How would that alleviate the need to install jython? You can run local files without problems, the debugger does it. Aleks |