Richard Pausch

Results 299 comments of Richard Pausch

I encountered the same problem today: I use MacOS 10.14.6, python 3.8.1 and easygui 0.98.1. When I run the following script ```python import easygui easygui.msgbox("test") ``` The user account logs...

I went through the easygui code and try to reproduce the functionality of `msgbox()` based on the underlying methods. The issue is not caused by easygui itself but by the...

Most likely related to these issues: http://staging.python.org/download/mac/tcltk/ and seems to be a common issue with specific python an tk versions: https://github.com/ContinuumIO/anaconda-issues/issues/11165 The combination proposed by @TheodoreEhrenborg in [this comment](https://github.com/ContinuumIO/anaconda-issues/issues/11165#issuecomment-524641567) seems...

Sorry for the late reply @franzpoeschel - I am back in the office and will have a look at the issue today.

A perhaps related issue: Instead of using `conda` I tried to use python's `virtualenv` directly. This is the alternative approach for user modules suggested by ZIH. Te steps were as...

@ax3l Would giving a non-standard string like `other: Higuera-Cary` break any open-PMD analysis tools etc. that run specific checks?

@ax3l Okay - so the strings defined by the standard should be interpreted as prefixes and can be extended by any string - is this idea somewhere mentioned in the...

How would this new standard definition effect ℂ3 datasets [as used in PIConGPU](https://github.com/ComputationalRadiationPhysics/picongpu/blob/6e5c2c916329fa47fe184744831b737f9d223ffe/include/picongpu/plugins/radiation/Radiation.hpp#L577-L582)?