probe basic notification dialogues
25 Jul 2022 00:36 #248210
by TurBoss
Replied by TurBoss on topic probe basic notification dialogues
hello,
I created a branch for python2 but I cant test it
dialogs_fix_py2
I created a branch for python2 but I cant test it
dialogs_fix_py2
Please Log in or Create an account to join the conversation.
25 Jul 2022 04:41 #248217
by Eyecon
Replied by Eyecon on topic probe basic notification dialogues
@0ddbod I just tried the branch and it works perfectly! thanks for the info!!
Please Log in or Create an account to join the conversation.
25 Jul 2022 08:33 #248226
by ddB0515
Replied by ddB0515 on topic probe basic notification dialogues
No problem at all, will speak with @TurBoss to get this merged to master so everybody can have it
Thanks for testing
Thanks for testing
Please Log in or Create an account to join the conversation.
25 Jul 2022 10:04 #248232
by TurBoss
Replied by TurBoss on topic probe basic notification dialogues
python3 fixes went master
thanks
thanks
The following user(s) said Thank You: tommylight, ddB0515
Please Log in or Create an account to join the conversation.
- tightmopedman9
- Offline
- Senior Member
Less
More
- Posts: 69
- Thank you received: 7
25 Jul 2022 16:35 #248268
by tightmopedman9
Replied by tightmopedman9 on topic probe basic notification dialogues
Thanks for the fix, but I'm not sure how to incorporate it. I see that the fix was in native_notification.py - I was hopeful that I could find this file and port the changes over. After not being able to find the file, I tried to do an update through the probe basic installer with a new repo location of github.com/kcjengr/qtpyvcp/tree/dialogs_fix_py2, but without an update.xml that won't work.
Is there is a document I could check out that would help?
Is there is a document I could check out that would help?
Please Log in or Create an account to join the conversation.
25 Jul 2022 20:18 - 25 Jul 2022 20:19 #248280
by TurBoss
Replied by TurBoss on topic probe basic notification dialogues
Hello tightmopedman9
to get the fixes you may need a git setup
mkdir somedir/
cd somedir/
git clone github.com/kcjengr/qtpyvcp/
cd qtpyvcp/
git switch dialogs_fix_py2
pip install -e .
qcompile -e .
cd ../
git clone github.com/kcjengr/qtpyvcp.conversational-gcode/
cd qtpyvcp.conversational-gcode/
pip install -e .
qcompile -e .
cd ../
git clone github.com/kcjengr/probe_basic/
cd probe_basic/
pip install -e .
qcompile -e .
but if you can wait I'm just installing debian 10 + 2.8 in a virtual machine to test
Thanks
to get the fixes you may need a git setup
mkdir somedir/
cd somedir/
git clone github.com/kcjengr/qtpyvcp/
cd qtpyvcp/
git switch dialogs_fix_py2
pip install -e .
qcompile -e .
cd ../
git clone github.com/kcjengr/qtpyvcp.conversational-gcode/
cd qtpyvcp.conversational-gcode/
pip install -e .
qcompile -e .
cd ../
git clone github.com/kcjengr/probe_basic/
cd probe_basic/
pip install -e .
qcompile -e .
but if you can wait I'm just installing debian 10 + 2.8 in a virtual machine to test
Thanks
Last edit: 25 Jul 2022 20:19 by TurBoss.
Please Log in or Create an account to join the conversation.
- tightmopedman9
- Offline
- Senior Member
Less
More
- Posts: 69
- Thank you received: 7
26 Jul 2022 02:13 #248293
by tightmopedman9
Replied by tightmopedman9 on topic probe basic notification dialogues
Attachments:
Please Log in or Create an account to join the conversation.
26 Jul 2022 08:00 - 26 Jul 2022 09:03 #248300
by ddB0515
Replied by ddB0515 on topic probe basic notification dialogues
You need to do it properly via git and you have 3 methods:
git clone https://github.com/kcjengr/qtpyvcp.git
git clone git@github.com:kcjengr/qtpyvcp.git
gh repo clone kcjengr/qtpyvcp
Last edit: 26 Jul 2022 09:03 by ddB0515.
Please Log in or Create an account to join the conversation.
- tightmopedman9
- Offline
- Senior Member
Less
More
- Posts: 69
- Thank you received: 7
26 Jul 2022 14:22 - 26 Jul 2022 17:13 #248329
by tightmopedman9
Made it as far as 'qcomplie -e .', but I'm hitting a 'qcompile: command not found' error now. Fixed by executing the command as sudo and omitting the '-e'.
dialogs fix for 2.8 installed. Testing now.
Generated about 100 errors and all of them were in the correct location, so the fix appears to have worked. Thanks!
Replied by tightmopedman9 on topic probe basic notification dialogues
Generated about 100 errors and all of them were in the correct location, so the fix appears to have worked. Thanks!
Last edit: 26 Jul 2022 17:13 by tightmopedman9.
Please Log in or Create an account to join the conversation.
Time to create page: 0.105 seconds