Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 2
0 answers
76 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), ...
Score of 2
1 answer
100 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) { ...
Score of 1
2 answers
72 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 ...
Score of 0
0 answers
41 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! ...
Score of 1
1 answer
84 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 ...
Score of 0
1 answer
985 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 ...
Score of 2
0 answers
82 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 ...
Score of 0
0 answers
323 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 ...
Score of 0
1 answer
97 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 ...
Score of 0
1 answer
174 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 ...
Score of 0
0 answers
137 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 ...
Score of 0
1 answer
145 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 ...
Score of 0
1 answer
138 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....
Score of 0
1 answer
145 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(...
Score of 1
0 answers
377 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 ...

15 30 50 per page
1
2 3 4 5
186