mcuntz / ncvue

A minimal GUI for a quick view of netcdf files. Aiming to be a drop-in replacement for ncview.
https://mcuntz.github.io/ncvue/
Other
68 stars 5 forks source link

There seems a problem with the 4.4 version. #7

Closed ShileiCao closed 8 months ago

ShileiCao commented 8 months ago

when i run ncvue 4.4, a bug has appeared:

File "/public/home/anaconda3/envs/pangu1/lib/python3.9/site-packages/ncvue/ncvue.py", line 137, in ncvue top.tk.call('source', bundle_dir + '/../themes/azure-2.0/azure.tcl') _tkinter.TclError: couldn't read file "/public/home/anaconda3/envs/pangu1/lib/python3.9/site-packages/ncvue/../themes/azure-2.0/azure.tcl": no such file or directory

mcuntz commented 8 months ago

Sorry, looks like I did an error in packaging. It is corrected now: v4.4.1 Works already on PyPI and is committed to Anaconda. Needs a bit of time until it is rebuilt. I will check that tomorrow noon (in 12 h).

mcuntz commented 8 months ago

Checked on Windows as well. Seems to work for PyPI and Anaconda with version v4.4.1.

ShileiCao commented 8 months ago

ok. It's already solved.