Error Message
- Blume
- Offline
- Junior Member
Less
More
- Posts: 32
- Thank you received: 1
07 Jun 2020 08:38 #170446
by Blume
Error Message was created by Blume
I have a problem to run QTDragon. I install qttools with this two commands.
sudo apt-get install qttools5-dev-tools
sudo apt-get install qttools5.dev
Python is this Version(2.7.13-2).
Know i dont know what i make to run it.
regards
sudo apt-get install qttools5-dev-tools
sudo apt-get install qttools5.dev
Python is this Version(2.7.13-2).
Know i dont know what i make to run it.
regards
Please Log in or Create an account to join the conversation.
- bbsr_5a
- Offline
- Platinum Member
Less
More
- Posts: 544
- Thank you received: 105
07 Jun 2020 09:01 - 07 Jun 2020 09:04 #170449
by bbsr_5a
Replied by bbsr_5a on topic Error Message
can you tell more about the operation system and the linuxcnc version
here is a link on a howto
github.com/kcjengr/qtpyvcp
here is a link on a howto
github.com/kcjengr/qtpyvcp
Last edit: 07 Jun 2020 09:04 by bbsr_5a. Reason: link
Please Log in or Create an account to join the conversation.
- Blume
- Offline
- Junior Member
Less
More
- Posts: 32
- Thank you received: 1
07 Jun 2020 09:10 #170453
by Blume
Replied by Blume on topic Error Message
i have linuxcnc version 2.9 and debian 9
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19373
- Thank you received: 6485
07 Jun 2020 09:34 #170456
by tommylight
Replied by tommylight on topic Error Message
Please Log in or Create an account to join the conversation.
- Blume
- Offline
- Junior Member
Less
More
- Posts: 32
- Thank you received: 1
07 Jun 2020 13:26 #170478
by Blume
Replied by Blume on topic Error Message
Know i have this Error Message
Traceback (most recent call last):
File "/usr/bin/qtvcp", line 360, in <module>
APP = QTVCP()
File "/usr/bin/qtvcp", line 208, in __init__
self.panel = qt_makepins.QTPanel(self.hal, PATH, window, opts.debug)
File "/usr/lib/python2.7/dist-packages/qtvcp/qt_makepins.py", line 72, in __init__
widget.hal_init(halcomp, str(idname), widget, window, window.PATHS, self.window)
File "/usr/lib/python2.7/dist-packages/qtvcp/widgets/widget_baseclass.py", line 33, in hal_init
self._hal_init()
File "/usr/lib/python2.7/dist-packages/qtvcp/widgets/screen_options.py", line 230, in _hal_init
self.add_xembed_tabs()
File "/usr/lib/python2.7/dist-packages/qtvcp/widgets/screen_options.py", line 367, in add_xembed_tabs
if isinstance(self.QTVCP_INSTANCE_[loc], QtWidgets.QTabWidget):
File "/usr/lib/python2.7/dist-packages/qtvcp/qt_makegui.py", line 273, in __getitem__
return getattr(self, item)
AttributeError: 'VCPWindow' object has no attribute 'rightTab'
Traceback (most recent call last):
File "/usr/bin/qtvcp", line 360, in <module>
APP = QTVCP()
File "/usr/bin/qtvcp", line 208, in __init__
self.panel = qt_makepins.QTPanel(self.hal, PATH, window, opts.debug)
File "/usr/lib/python2.7/dist-packages/qtvcp/qt_makepins.py", line 72, in __init__
widget.hal_init(halcomp, str(idname), widget, window, window.PATHS, self.window)
File "/usr/lib/python2.7/dist-packages/qtvcp/widgets/widget_baseclass.py", line 33, in hal_init
self._hal_init()
File "/usr/lib/python2.7/dist-packages/qtvcp/widgets/screen_options.py", line 230, in _hal_init
self.add_xembed_tabs()
File "/usr/lib/python2.7/dist-packages/qtvcp/widgets/screen_options.py", line 367, in add_xembed_tabs
if isinstance(self.QTVCP_INSTANCE_[loc], QtWidgets.QTabWidget):
File "/usr/lib/python2.7/dist-packages/qtvcp/qt_makegui.py", line 273, in __getitem__
return getattr(self, item)
AttributeError: 'VCPWindow' object has no attribute 'rightTab'
Please Log in or Create an account to join the conversation.
- cmorley
- Away
- Moderator
Less
More
- Posts: 7759
- Thank you received: 2044
07 Jun 2020 14:26 #170486
by cmorley
Replied by cmorley on topic Error Message
Sounds to me you are converting an existing configuration that used to use AXIS or Gmoccapy with a VCP panel.
QtDragon doesn't currently support extra VCP panels.
I obviously need to have it fail more gracefully.
Try this as a work around:
in the INI, under [DISPLAY], comment out 'EMBED_TAB_NAME = WHATEVER'.
Then it should load.
Chris
QtDragon doesn't currently support extra VCP panels.
I obviously need to have it fail more gracefully.
Try this as a work around:
in the INI, under [DISPLAY], comment out 'EMBED_TAB_NAME = WHATEVER'.
Then it should load.
Chris
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.240 seconds