spinbox problem
- jefsaro
-
Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 108
- Thank you received: 4
21 Apr 2026 16:59 #345815
by jefsaro
spinbox problem was created by jefsaro
bonjour ,
je viens de passer de linux 2.5.4 de ma mortaiseuse a 2.9.5, le probleme, est que les signaus de spinbox ne passe plus .j 'ai lu qu il y avais un changement de pyton , j 'ai essayer plusieurs piset et changer post-gui halfile , mais rien ne chan,ge , pouvez vous m 'aider ?
je viens de passer de linux 2.5.4 de ma mortaiseuse a 2.9.5, le probleme, est que les signaus de spinbox ne passe plus .j 'ai lu qu il y avais un changement de pyton , j 'ai essayer plusieurs piset et changer post-gui halfile , mais rien ne chan,ge , pouvez vous m 'aider ?
Please Log in or Create an account to join the conversation.
- tommylight
-
- Offline
- Moderator
-
Less
More
- Posts: 21550
- Thank you received: 7348
03 May 2026 04:56 #346125
by tommylight
Replied by tommylight on topic spinbox problem
Google translation:
I just upgraded my mortiser from Linux 2.5.4 to 2.9.5, but the problem is that Spinbox signals are no longer working. I read that there was a change in Python, I tried several Python scripts and changed Post-GUI Halfile, but nothing changed. Can you help me?
-
What is the exact error you get?
I just upgraded my mortiser from Linux 2.5.4 to 2.9.5, but the problem is that Spinbox signals are no longer working. I read that there was a change in Python, I tried several Python scripts and changed Post-GUI Halfile, but nothing changed. Can you help me?
-
What is the exact error you get?
Please Log in or Create an account to join the conversation.
- rodw
-
- Away
- Platinum Member
-
Less
More
- Posts: 11888
- Thank you received: 4033
03 May 2026 10:21 #346131
by rodw
Replied by rodw on topic spinbox problem
The problem is that python 2.7 which you use was deprecated with the release of Debian Bullseye in favour of Python 3. The only solution is to rewrite you scripts using Python 3. Python 2.7 and 3.0 are not compatible.
Please Log in or Create an account to join the conversation.
- MaHa
- Offline
- Platinum Member
-
Less
More
- Posts: 521
- Thank you received: 225
03 May 2026 11:44 - 03 May 2026 19:01 #346132
by MaHa
The entry for python is missing in ini file. In my config, its after [RS274NGC]
Make shure toplevel.py is in the path, and stdglue.py if needed for remap
[PYTHON]
PATH_PREPEND= /home/jef/linuxcnc/configs/Python/
PATH_APPEND= /home/jef/linuxcnc/configs/Python/
TOPLEVEL= /home/jef/linuxcnc/configs/Python/toplevel.py
Edit:
I was wrong with the python entry. PYVCP panel works without that
Replied by MaHa on topic spinbox problem
The entry for python is missing in ini file. In my config, its after [RS274NGC]
Make shure toplevel.py is in the path, and stdglue.py if needed for remap
[PYTHON]
PATH_PREPEND= /home/jef/linuxcnc/configs/Python/
PATH_APPEND= /home/jef/linuxcnc/configs/Python/
TOPLEVEL= /home/jef/linuxcnc/configs/Python/toplevel.py
Edit:
I was wrong with the python entry. PYVCP panel works without that
Last edit: 03 May 2026 19:01 by MaHa.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
Time to create page: 0.078 seconds