Ole Streicher

Results 137 comments of Ole Streicher

This is a PyRAF issue (which uses Tk for graphics). IRAF itself doesn't have a graphics implementation; it needs either x11iraf or PyRAF. Again: a rewrite in a more modern...

I now tried to reproduce this, however for me everything worked. Unfortunately, I don't have a Mac, so I did this on a VirtualBox instance (macOS 11.6.4). As #130 describes...

Since I think this is basically a Tk issue: could you specify the Tk version where this problem appears? And, @dnfarias since you don't observe it anymore: what is the...

@dnfarias since this seemed to silently went away, it may be important to have further details: microversion, and which build. Is this Tk for X11 or a macOS native version?...

For both: can you try to use the version that comes with macOS?

I should have read the full error and the meaning of the test ... Actually the error message seems somehow similar to what it should be, and a ValueError is...

I can confirm that tqdm is not a problem for me. I'd support this PR; a progress bar is nothing native to Astropy and therefore should be replaced by something...

I added the [pkgIndex.tcl](https://salsa.debian.org/tcltk-team/ttkthemes/-/blob/master/debian/pkgIndex.tcl) in the Debian package to make ttkthemes easily loadable in SAOImageDS9 with `package require ttk::theme::XXX`, for which it is a dependency. Since Debian only supports Tcl8.6...

Not quickly; the new h5py Debian package needs to be packaged and uploaded by its maintainer (which they do by their own schedule).

Pragmatically, this can be resolved by catching the `SyntaxError` here: https://github.com/yt-project/yt/blob/7a9cbac01e1ca7353fb2b5ce43069ad1899d6521/yt/frontends/ytdata/data_structures.py#L48-L57 ```Python except SyntaxError: pass ``` I am however unsure whether this is a horrible workaround or a good idea.