You could try https://plantuml.com and http://ditaa.sourceforge.net/.
Plantuml may not sound as the right tool but it is quite flexible and
after a few tweak you can create a block diagram as you shown.
And the good thing is that you *write* which elements and relations are
in your diagram an
On Fri, 11 Jun 2021, Dan Stromberg wrote:
I think most Python folks are doing their GUI's with a web browser, Qt, or
GTK+. I mostly use GTK+. But best wishes on getting a recommendation for a
Tkinter date picker.
Dan,
I don't like working in a web browser; Qt apparently has very weak support
I need a date picker for a couple of Python-3.7.2/Tkinter8.6 applications.
There seem
to be some available on the web. If you have experience with a date picker
(not a calendar that holds appointments for a given date) I'd like your
suggestions and recommendations for one.
TIA,
Rich
--
https://
Finally found the solution
Options.importSite = false;
which solved my issue.
I can't set Bindings and pass args to script. The only example I found is for
JavaScript. I think maybe it doesn't work for jython.
Thanks
From: Python-list on
behalf of Steve Pru
Not sure if this is the right list for jython questions.
I am getting started with both python and jython. My use case need is invoking
python from java. org.python:jython:2.7.2 loaded ok.
To check, I executed the following.
ScriptEngineManager manager = new ScriptEngineManager();
List engine
Jan Erik Moström wrote:
> I'm doing something that I've never done before and need some advise for
> suitable libraries.
>
> I want to
>
> a) create diagrams similar to this one
> https://www.dropbox.com/s/kyh7rxbcogvecs1/graph.png?dl=0 (but with more
> nodes) and save them as PDFs or some forma
On Fri, 11 Jun 2021, Jan Erik Moström wrote:
I looked around around but could only find two types of libraries for a)
libraries for creating histograms, bar charts, etc, b) very basic drawing
tools that requires me to figure out the layout etc. I would prefer a
library that would allow me to sta
I'm doing something that I've never done before and need some advise for
suitable libraries.
I want to
a) create diagrams similar to this one
https://www.dropbox.com/s/kyh7rxbcogvecs1/graph.png?dl=0 (but with more
nodes) and save them as PDFs or some format that can easily be converted
to PD