issues Search Results · repo:scijava/scripting-python language:Java
Filter by
0 results
(77 ms)0 results
inscijava/scripting-python (press backspace or delete to remove)As noted by @ian-coccimiglio here, scripts with functions do not inherit imported modules, nor other globals.
This script fails:
import numpy
def version():
return numpy.__version__
print(version()) ...
bug
ctrueden
- 4
- Opened on Mar 13
- #3
This component has a dependency on org.scijava:script-editor so that it can implement a PythonScriptSyntaxHighlighter.
But this drags in several other dependencies including scijava-ui-swing, which is ...
ctrueden
- 2
- Opened on Jul 6, 2023
- #2
The Conda Python 3 scripting engine currently uses the py extension. This makes it preferred for py script execution,
even for Jython scripting. This shouldn t happen. Probably the best solution is to ...
karlduderstadt
- 1
- Opened on Apr 25, 2022
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.