QTPlasmaC - QTVCP error
- mariusl
- Topic Author
- Offline
- Platinum Member
17 Dec 2024 13:56 - 17 Dec 2024 14:07 #316861
by mariusl
Regards
Marius
www.bluearccnc.com
QTPlasmaC - QTVCP error was created by mariusl
HiI am running on Bookworm and trying to setup QTPlasmaC. My repository is pointed at builsdbot2.highlab.com as the master on buildbot.linuxcnc.org seems to be broken with no release information.This is the error I get.
Traceback (most recent call last):File "/usr/bin/qtvcp", line 596, in <module>_qtvcp = QTVCP()^^^^^^^File "/usr/bin/qtvcp", line 327, in __init__window.handler_instance.initialized__()File "/usr/share/qtvcp/screens/qtplasmac/qtplasmac_handler.py", line 377, in initialized__self.init_preferences()File "/usr/share/qtvcp/screens/qtplasmac/qtplasmac_handler.py", line 1024, in init_preferencesTOOLTIPS.tool_tips_changed(self, self.w)File "/usr/lib/python3/dist-packages/qtvcp/lib/qtplasmac/tooltips.py", line 32, in tool_tips_changedset_tool_tips(P, W)File "/usr/lib/python3/dist-packages/qtvcp/lib/qtplasmac/tooltips.py", line 196, in set_tool_tipsW.pause.setToolTip(_translate('ToolTips', 'Pauses or resume the currently running G-Code program'))^^^^^^^AttributeError: 'VCPWindow' object has no attribute 'pause'
Regards
Marius
www.bluearccnc.com
Attachments:
Last edit: 17 Dec 2024 14:07 by mariusl.
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5698
- Thank you received: 2081
18 Dec 2024 02:08 #316898
by phillc54
Replied by phillc54 on topic QTPlasmaC - QTVCP error
That was
fixed
on Nov 6 but it appears that
buildbot2
has not built since Oct 24.The original buildbot is useless for master branch as the latest distro on it is buster.
A workaround for the time being would be to edit (as root) /usr/lib/python3/dist-packages/qtvcp/lib/qtplasmac/tooltips.py and change line 196 to:
A workaround for the time being would be to edit (as root) /usr/lib/python3/dist-packages/qtvcp/lib/qtplasmac/tooltips.py and change line 196 to:
W.pause_resume.setToolTip(_translate('ToolTips', 'Pauses or resume the currently running G-Code program'))
Please Log in or Create an account to join the conversation.
- mariusl
- Topic Author
- Offline
- Platinum Member
18 Dec 2024 07:42 #316910
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic QTPlasmaC - QTVCP error
Thanks Phill. The buildbot situation seems to be dire and there are so many users that depend on them.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
- rodw
- Offline
- Platinum Member
Less
More
- Posts: 10737
- Thank you received: 3540
19 Dec 2024 06:53 #316971
by rodw
Replied by rodw on topic QTPlasmaC - QTVCP error
Not quite as convenient but if this pull request was committed, making Debs is very trivial as it uses the Debian build environment to get the dependencies so it becomes a 3-4 line process.
github.com/LinuxCNC/linuxcnc/pull/2647
eg as I tested: in the comments.[/code]
github.com/LinuxCNC/linuxcnc/pull/2647
eg as I tested: in the comments.
[code]$ cd linuxcnc-dev
$ ./debian/configure
$ sudo apt-get build-dep .
$ DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -uc -B
Please Log in or Create an account to join the conversation.
- mariusl
- Topic Author
- Offline
- Platinum Member
19 Dec 2024 07:35 #316972
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic QTPlasmaC - QTVCP error
That is what I do mostly Rob but there are many users that are not capable of doing their own compile.
When I setup a machine for a customer or user, I use the buildbots to make it easy for them to stay current. MX Linux provides an easy way to update. This suits most users and therefore the buildbots are really necessary.
I am looking at setting up a private repository where I can place the compiled DEBS on a weekly basis. I will point their Synaptic Manager to the private repository to do automatic updates. I am just having a hard time to get the files signed in the correct manner for apt to recognize them as a proper repository.
When I setup a machine for a customer or user, I use the buildbots to make it easy for them to stay current. MX Linux provides an easy way to update. This suits most users and therefore the buildbots are really necessary.
I am looking at setting up a private repository where I can place the compiled DEBS on a weekly basis. I will point their Synaptic Manager to the private repository to do automatic updates. I am just having a hard time to get the files signed in the correct manner for apt to recognize them as a proper repository.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
- rodw
- Offline
- Platinum Member
Less
More
- Posts: 10737
- Thank you received: 3540
19 Dec 2024 10:10 #316976
by rodw
Replied by rodw on topic QTPlasmaC - QTVCP error
Marius, have a look at package cloudthere is a free plan I used to host the Linuxcnc Ethercat driver until that was taken over by iGH and Scott Laird
https://packagecloud.io
The following user(s) said Thank You: mariusl
Please Log in or Create an account to join the conversation.
- mariusl
- Topic Author
- Offline
- Platinum Member
19 Dec 2024 11:30 #316978
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic QTPlasmaC - QTVCP error
Thanks Rod I will check that out.
Regards
Marius
www.bluearccnc.com
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.077 seconds