Update 2.8.0 to 2.8.1 with qtvcp issue
19 Dec 2020 20:14 - 19 Dec 2020 20:38 #192475
by partec
Replied by partec on topic Update 2.8.0 to 2.8.1 with qtvcp issue
in Terminal LINUXCNC - 2.8.1 in qtdefault_mm Cam View does not show anything
Last edit: 19 Dec 2020 20:38 by partec.
Please Log in or Create an account to join the conversation.
19 Dec 2020 22:56 #192486
by cmorley
Replied by cmorley on topic Update 2.8.0 to 2.8.1 with qtvcp issue
I think I figured it out - thanks for the debug text.
Maybe toy would be willing to test a temparay fix on your system?
look in :
/usr/lib/python2.7/dist-packages/qtvcp/widgets
open camview_widget.py in a text editor (probably need to be sudo)
find this line:
change it to:
and save it.
Try running linuxcnc again.
Maybe toy would be willing to test a temparay fix on your system?
look in :
/usr/lib/python2.7/dist-packages/qtvcp/widgets
open camview_widget.py in a text editor (probably need to be sudo)
find this line:
def hal_init(self):
change it to:
def _hal_init(self):
and save it.
Try running linuxcnc again.
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
20 Dec 2020 03:34 #192501
by partec
Replied by partec on topic Update 2.8.0 to 2.8.1 with qtvcp issue
thank you, Chris, found it, changed it and now it works perfectly!
Peter
Peter
Please Log in or Create an account to join the conversation.
20 Dec 2020 03:51 #192502
by cmorley
Replied by cmorley on topic Update 2.8.0 to 2.8.1 with qtvcp issue
ok I pushed the fix so next update - it will be official.
Thanks for the help1
Thanks for the help1
The following user(s) said Thank You: tommylight, partec
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.149 seconds