LinuxCNC / linuxcnc

LinuxCNC controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more.
http://linuxcnc.org/
GNU General Public License v2.0
1.78k stars 1.15k forks source link

no enter icon in mdi input in gmoccapy in gtk3 #952

Open rene-dev opened 4 years ago

rene-dev commented 4 years ago

the enter icon is missing in the mdi entry. but clicking where it is supposed to be does work.

gmoccapy commented 3 years ago

I fixed that, strange that it is not possible to start with

python3 hal_mdi_history.py

results in `raceback (most recent call last): File ".././lib/python/gladevcp/hal_mdihistory.py", line 28, in from hal_actions import _EMC_ActionBase, ensure_mode File "/home/gmoccapy/linuxcnc-org/lib/python/gladevcp/hal_actions.py", line 25, in from .hal_widgets import _HalWidgetBase

` As this is not relevant for the widget being embedded, I vote for closing this issue

gmoccapy commented 3 years ago

in hal_action.py the line: from .hal_widgets import _HalWidgetBase cause the error. deleting the dot fixes that, but it is only a work arround