Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python console #54

Merged
merged 2 commits into from May 12, 2014
Merged

python console #54

merged 2 commits into from May 12, 2014

Conversation

egonw
Copy link
Member

@egonw egonw commented May 10, 2014

Arvid, this is code for a Python console, so that people can now script Bioclipse with three languages...

@egonw
Copy link
Member Author

egonw commented May 10, 2014

 Caused by:   File "<script>", line 1
     zzz1 = [];zzz1 = binding.variables.collect{it.key};      zzz1.addAll(this.metaClass.methods.name.unique()); zzz1.unique()
                                              ^
 SyntaxError: no viable alternative at input '{'

    at org.python.core.ParserFacade.fixParseError(ParserFacade.java:92)
    at org.python.core.ParserFacade.parseExpressionOrModule(ParserFacade.java:130)
    at org.python.util.PythonInterpreter.compile(PythonInterpreter.java:259)
    at org.python.util.PythonInterpreter.compile(PythonInterpreter.java:256)
    at org.python.util.PythonInterpreter.compile(PythonInterpreter.java:250)
    at org.python.jsr223.PyScriptEngine.compileScript(PyScriptEngine.java:70)
    ... 4 more

@egonw
Copy link
Member Author

egonw commented May 11, 2014

The second commit fixes the TAB listing of all managers by using proper python code to list variables.

goglepox added a commit that referenced this pull request May 12, 2014
@goglepox goglepox merged commit 482405c into bioclipse:develop May 12, 2014
@egonw egonw deleted the 6-dev-pythonConsole branch July 21, 2014 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants