Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
70 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
  • 41
2 votes
1 answer
90 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
  • 41
1 vote
2 answers
65 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
73 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
840 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
69 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
262 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
85 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
155 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
127 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
132 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
107 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
128 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
1 vote
0 answers
349 views

I would like to know what are the attributes for the showAttribute() method of the AdminConfig object ? The AdminConfig object is used to invoke configuration commands and to create, read, update and ...
Claudia Martins's user avatar

15 30 50 per page
1
2 3 4 5
186