On Mon, 31 May 2021 at 11:40, andy pugh <[email protected]> wrote:

> At the moment the handler file for a gladevcp panel fails to load:
> module 'lathehandler' skipped - import error: No module named
'hal_widgets'

I am not clear if this is related, but I am also trying to get glade to
work. Starting from the command-line I think I can see the problem, though
not the cure.

andypugh@buster:~/linuxcnc-dev/configs/sim/gmoccapy/lathe_configs$ glade
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/andypugh/linuxcnc-dev/lib/python/gladevcp/__init__.py", line
1, in <module>
    from .hal_pythonplugin import *
  File
"/home/andypugh/linuxcnc-dev/lib/python/gladevcp/hal_pythonplugin.py", line
1, in <module>
    from .hal_widgets import HAL_HideTable
  File "/home/andypugh/linuxcnc-dev/lib/python/gladevcp/hal_widgets.py",
line 21, in <module>
    import hal
  File "/home/andypugh/linuxcnc-dev/lib/python/hal.py", line 30, in <module>
    import _hal
*ImportError: /home/andypugh/linuxcnc-dev/lib/python/_hal.so: undefined
symbol: _Py_FalseStruct*
GladeUI-Message: 11:57:50.070: 1 missing displayable value for
GtkWidget::events
GladeUI-Message: 11:57:50.070: 1 missing displayable value for
GtkWidget::AtkObject::accessible-role
GladeUI-Message: 11:57:50.129: 2 missing displayable value for
GtkEntry::input-hints
GladeUI-Message: 11:57:50.221: No displayable values for property
GtkMenu::anchor-hints
GladeUI-Message: 11:57:50.253: 2 missing displayable value for
GtkAboutDialog::license-type

(glade:45298): GladeUI-WARNING **: 11:57:50.349: We could not find the
symbol "h_al__hide_table_get_type"

(glade:45298): GladeUI-WARNING **: 11:57:50.349: Could not get the type
from "HAL_HideTable"

(glade:45298): GladeUI-WARNING **: 11:57:50.349: Failed to load the GType
for 'HAL_HideTable'

(glade:45298): GladeUI-WARNING **: 11:57:50.349: We could not find the
symbol "h_al__hbox_get_type"

(glade:45298): GladeUI-WARNING **: 11:57:50.349: Could not get the type
from "HAL_HBox"

(glade:45298): GladeUI-WARNING **: 11:57:50.349: Failed to load the GType
for 'HAL_HBox'

(glade:45298): GladeUI-WARNING **: 11:57:50.349: We could not find the
symbol "h_al__table_get_type"

(glade:45298): GladeUI-WARNING **: 11:57:50.349: Could not get the type
from "HAL_Table"

(glade:45298): GladeUI-WARNING **: 11:57:50.349: Failed to load the GType
for 'HAL_Table'


-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is designed
for the especial use of mechanical geniuses, daredevils and lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912

_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to