Martin K. Scherer

Results 168 comments of Martin K. Scherer

thanks for the report. We are testing on OSX (travis), if I'm not mistaken.

not at all, these are very useful informations and should be linked within JPypes documentation. I'm also fine with pulling the pdf in the static files section of sphinx.

please go ahead and rename it, if you think it clears things out.

I remember that I tried one of these gui examples (Swing) with success a long time ago. @vwxyzjn Are you sure, you have set up your ssh connection to forward...

I don't use Apple products. Could it be, that you're using a headless version of the JRE/JDK?

OK, it then would be very helpful, if you could annotate the script with some print statements to see where the code gets stuck.

I think this "invokeLater" method does create a new thread, if you directly invoke your JFrame creating function it should run in the main thread.

I mean you should not wrap it in the Runnable (Thread) interface

I'm invoking with the following command: ``` LANG=C sphinx-build -b html -d build/doctrees -j8 -v source build/html ``` which produces this output: ``` loading translations [en]... done /srv/public/marscher/miniconda3/envs/pyemma_dev/lib/python3.6/site-packages/sphinx/events.py:103: RemovedInSphinx30Warning: autodoc_default_flags...