-
when i use the module in the Python IDE, the os.name is "nt'. so i can use the module correctly. but when i excute the same .py files in CSS(control system studio, which the os.name change into the 'j…
-
With stock Cotton Scripting, you can only really use JavaScript for scripting, and even then Nashorn is being deprecated. I want to see if we can get some JSR-223 engine addons to let people run other…
-
Seeing that Cantaloupe's Ruby scripting support is based on the JSR223 APIs, would there be interest in adding support for more scripting languages?
I have a working prototype with JavaScript (Graal.…
-
We converted the python scripts to version 3 using 2to3 . -w and now we get:
Traceback (most recent call last):
File "/shared/wasconfig/sc…
-
```
What steps will reproduce the problem?
Run this simple code with jython
import httplib2
h = httplib2.Http()
h.request("http://google.com")
What is the expected output? What do you see inst…
-
```
What steps will reproduce the problem?
Run this simple code with jython
import httplib2
h = httplib2.Http()
h.request("http://google.com")
What is the expected output? What do you see inst…
-
It would be nice to have a `PythonExec` task type similar to the `JRubyExec` one in the jruby-gradle plugins. This can be used to execute python scripts within the JVM.
-
I was looking for a solution to using mixed python and java, but required python 3 for my company project. When I started work on the project last spring, this project looked like a long road so I de…
-
Auth0 library does not support all algorithms in jwt (e.g. https://github.com/auth0/java-jwt/issues/225). However some other libraries support more algorithm which would be useful to have. Examples:
…
irsdl updated
2 years ago
-
We currently use Travis-CI to ensure python-dwca-reader doesn't break, but it doesn't support some platforms (Windows, Jython) that some of our users like.
Should we look for an alternative?