Hi,
I am trying to use croco_pyvisu, but I encountered an error. I wonder if anyone had the same error and solved the problem. By the way, I try to use croco_pyvisu on a headless server. I installed X11 and other necessary software.
I followed the instruction in a manual.
In the manual, it says all we need is to type
croco_gui_xarray.py
However, I had the following error.
(croco_gui_xarray.py:624177): GLib-GIO-CRITICAL **: 17:20:40.107: g_loadable_icon_load: assertion ‘G_IS_LOADABLE_ICON (icon)’ failed
(croco_gui_xarray.py:624177): Gtk-WARNING **: 17:20:40.107: Error loading theme icon ‘gtk-cancel’ for stock: Failed to load icon
(croco_gui_xarray.py:624177): Gtk-CRITICAL **: 17:20:40.107: render_fallback_image: assertion ‘pixbuf != NULL’ failed
(croco_gui_xarray.py:624177): GLib-GObject-CRITICAL **: 17:20:40.107: g_object_ref: assertion ‘G_IS_OBJECT (object)’ failed
Also I had
FileNotFoundError: [Errno 2] No such file or directory: b’/home/datawork-croco/datarmor-only/TRAININGS/TRAINING_2019/DATA/DATASETS_PYVISU/croco_his_Y2008.nc’
The line specified is in croco_wrapper.py, but I thought we don’t need to specify the file rather the app will ask users to select the file in GUI.
Thanks in advance.
-DJ