Skip to main content
2 votes
0 answers
67 views

My Java class has several flavors of the same method with each method taking a different Java type as an argument. One takes an int, one takes a boolean, etc. When my Python code calls method(True), ...
Robert's user avatar
  • 53
-2 votes
0 answers
82 views

I have a Java class with six subclasses. I have been converting the subclasses to Python using jython and all is working great until I hit this in one of the subclasses. Java class public class ...
Robert's user avatar
  • 53
2 votes
1 answer
89 views

I have a script that I load via: python = new PythonInterpreter(); String script = "script I loaded from somewhere" try { python.exec(script); } catch (Exception e) { ...
Robert's user avatar
  • 53
1 vote
2 answers
60 views

I'm generating and updating multiples graphs and I'm setting features like text labels, size and color nodes. Besides I need the same process of layout Yifan Hu (It is nice, the best!) and some cases ...
Tushin's user avatar
  • 78
0 votes
0 answers
32 views

[update] Sorry guys! processbuilder works fine, but it was my other problem. It was just that I didn't run it in a virtual environment with the libraries needed for my python code installed... Thanks! ...
Ellie's user avatar
  • 1
1 vote
1 answer
70 views

I am stuck with an error with the encoding of non-ascii characters from a FlowFile content, in NiFi. I am processing the text with an ExecuteScript processor using Jython. The flow is a simple ...
alex's user avatar
  • 13
0 votes
1 answer
765 views

I'm using OWASP ZAP to scan an API, and I've successfully imported the OpenAPI definition. However, I'm struggling to configure the Authorization header (specifically for a JWT token) so that it is ...
Andre Luis's user avatar
2 votes
0 answers
66 views

I am trying to update the resource reference of datasources of a websphere application through jython script rather than providing bindings through applications’ binding XML files. I have tried below ...
Ramya's user avatar
  • 21
0 votes
0 answers
255 views

We're working on a Full Stack Spring Boot project. One of our team members has developed a Python script for web scraping and audio (speech) integration to interact with the data. This script has been ...
Eshtar Chi7aja's user avatar
0 votes
1 answer
82 views

I am using the following Python 2 method, in which the parameter of the method is a Jython object (task) : def getTaskPosition(task): """Gets the current position of the task in its ...
MANUEL SILVA's user avatar
0 votes
1 answer
148 views

I'm trying to use Jython in a Sketchware project to run some Python code. I'm not sure how to install and set up Jython in Sketchware. Could someone guide me through the steps required to integrate ...
Text Now's user avatar
0 votes
0 answers
123 views

I'm quite new to scripting and I've attempted to create a TrackMate macro using the tutorials online. My images are dark spots on a light background so I have to invert the image and I also resize the ...
Natasha Sharma's user avatar
0 votes
1 answer
127 views

I have a simple SUT script (JYTHON). I'm trying to perform a basic operation wherein I'm finding a link that has the text "Welcome" and then clicking on it.I checked in the console and the ...
Test User's user avatar
0 votes
1 answer
102 views

Sometimes cause of system intermitten or stop abnormal, hung thread, so messages stills in queuepoint of SIBus, these messages looks like dead messages, they can't continue processing also can't clear....
khanh duy's user avatar
0 votes
1 answer
125 views

I am getting the following error: NameError: global name 'FillPatternType' is not defined From this code: oStyle.setFillForegroundColor(IndexedColors.GREY_50_PERCENT.index) oStyle.setFillPattern(...
Fonsi Jimenez Rivas's user avatar

15 30 50 per page
1
2 3 4 5
186