QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
14 Sep 2022 14:59 #251903
by Roguish
Replied by Roguish on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
Chris,
thanks for the reply.
No, the only custom file I have now, be sides my own .ui, is hal_glib.py
I know you're a darn good programmer, so I'm sure you could do a VM.
I'm a dumb ass mechanical, and even I use VMs.....
thanks for the reply.
No, the only custom file I have now, be sides my own .ui, is hal_glib.py
I know you're a darn good programmer, so I'm sure you could do a VM.
I'm a dumb ass mechanical, and even I use VMs.....
Please Log in or Create an account to join the conversation.
14 Sep 2022 15:00 - 14 Sep 2022 17:00 #251904
by Roguish
Replied by Roguish on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
Rod,
I will try that.
thanks.
OK, ran the command. Already installed........
I will try that.
thanks.
OK, ran the command. Already installed........
Last edit: 14 Sep 2022 17:00 by Roguish.
Please Log in or Create an account to join the conversation.
14 Sep 2022 18:24 #251918
by Roguish
Replied by Roguish on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
Chris,
well, error on exit of qtdragon.
see the image attached.
more of nuisance than a problem, I think.
well, error on exit of qtdragon.
see the image attached.
more of nuisance than a problem, I think.
Please Log in or Create an account to join the conversation.
15 Sep 2022 00:57 #251960
by cmorley
Replied by cmorley on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
Looks like your screen code and qtdragon's has diverged... the line that errored is not in the latest code.
The following user(s) said Thank You: Roguish
Please Log in or Create an account to join the conversation.
15 Sep 2022 01:44 #251963
by Roguish
Replied by Roguish on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
If I could run QtDesigner,maybe I could fix it.....
What is causing the error???
What is causing the error???
Please Log in or Create an account to join the conversation.
15 Sep 2022 01:47 - 15 Sep 2022 01:48 #251965
by cmorley
Replied by cmorley on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
in the handler file: line 258 'self.probe.closing_cleanup__()
There is no such function in versa probe
There is no such function in versa probe
Last edit: 15 Sep 2022 01:48 by cmorley.
The following user(s) said Thank You: Roguish
Please Log in or Create an account to join the conversation.
15 Sep 2022 19:56 #252038
by Roguish
Replied by Roguish on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
I'm creating a VM right now in VMWare.
starting with debian 11.5 and doing a full upgrade.
then I'll install Linuxcnc. and hopefully it'll all work.
Then I can see what's going on.
I'll bring in my .ui file from the mill, and see if it opens in qtdesigner....
stay tuned....
starting with debian 11.5 and doing a full upgrade.
then I'll install Linuxcnc. and hopefully it'll all work.
Then I can see what's going on.
I'll bring in my .ui file from the mill, and see if it opens in qtdesigner....
stay tuned....
Please Log in or Create an account to join the conversation.
16 Sep 2022 16:20 #252084
by Roguish
Replied by Roguish on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
Chris,
qtvcp_plugins.py definitely has problems....
my new debian 12 VM with 2.9pre proves it. see the images.
one image shows starting qtdesigner without the link to qtvcp_plugins.py. designer works....
the other image show starting qtdesigner with the link to qtvcp_plugins.py. designer fails, with that error of float to int
please fix this....
I can definitely help with testing.. let me know.
It needs to get resolved, sooner or later. sooner far better than later.
qtvcp_plugins.py definitely has problems....
my new debian 12 VM with 2.9pre proves it. see the images.
one image shows starting qtdesigner without the link to qtvcp_plugins.py. designer works....
the other image show starting qtdesigner with the link to qtvcp_plugins.py. designer fails, with that error of float to int
please fix this....
I can definitely help with testing.. let me know.
It needs to get resolved, sooner or later. sooner far better than later.
Please Log in or Create an account to join the conversation.
16 Sep 2022 17:19 #252091
by cmorley
Replied by cmorley on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
Yes. Open qtvcp_plugins and comment out each line until you isolate the particular file. I would guess the files we already played with will be the problem.
Please Log in or Create an account to join the conversation.
17 Sep 2022 07:26 #252143
by phillc54
Replied by phillc54 on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
It does load after changing line 12 in /lib/python/qtvcp/widgets/round_gauge.py from:
self._threshold = 0.0
to:
self._threshold = 0
I don't know what the repercussions are though...
self._threshold = 0.0
to:
self._threshold = 0
I don't know what the repercussions are though...
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.107 seconds