update from 2.8.0 to 2.9.0 master my config doesnt work anymore
- Marcodi
- Offline
- Elite Member
Less
More
- Posts: 198
- Thank you received: 13
29 May 2020 17:07 #169328
by Marcodi
update from 2.8.0 to 2.9.0 master my config doesnt work anymore was created by Marcodi
Hi, i just have a serious problem right now:
I update my linuxcnc installation with a update-upgrade command unvoluntarily to version 2.9.0 master. My config doesn't want to load anymore with following error:
So my system is setup already according to joint and axis and has worked for 2 years without issues. Now with the upgrade my config doesn't load anymore. I already made a quick pnc conf new installation to check for clear changes, but all seems to be just perfect. Could someone please look at my files what is the problem, or as another solution, revert back to a 2.8.0 build. But than also with the explanation how i revert this. Because i did an autoclean after the upgrade so i have nothing left on this computer from the 2.8 build. I did download the tar.gz 2.8 build from buildbot but have not a clue how to install it.
I already installed the python3-tk but that doesn't make any difference in the error messages. using a sim does make linuxcnc start up, so the problem lays somewhere else. Maybe in the fact that i am using a vismach simulation file. I don't know, please help.
I update my linuxcnc installation with a update-upgrade command unvoluntarily to version 2.9.0 master. My config doesn't want to load anymore with following error:
LINUXCNC - 2.9.0-pre0-2108-gcc43f1e1f
pickconfig: installed aux examples: /usr/share/linuxcnc/aux_examples/NativeCAM
Machine configuration directory is '/home/master/linuxcnc/configs/stephane4-new'
Machine configuration file is 'stephane4.ini.expanded'
Traceback (most recent call last):
File "/usr/bin/update_ini", line 11, in <module>
from tkinter import *
ImportError: No module named tkinter
update script failed in an unexpected way.
LinuxCNC terminated with an error. You can find more information in the log:
/home/master/linuxcnc_debug.txt
and
/home/master/linuxcnc_print.txt
as well as in the output of the shell command 'dmesg' and in the terminal
So my system is setup already according to joint and axis and has worked for 2 years without issues. Now with the upgrade my config doesn't load anymore. I already made a quick pnc conf new installation to check for clear changes, but all seems to be just perfect. Could someone please look at my files what is the problem, or as another solution, revert back to a 2.8.0 build. But than also with the explanation how i revert this. Because i did an autoclean after the upgrade so i have nothing left on this computer from the 2.8 build. I did download the tar.gz 2.8 build from buildbot but have not a clue how to install it.
I already installed the python3-tk but that doesn't make any difference in the error messages. using a sim does make linuxcnc start up, so the problem lays somewhere else. Maybe in the fact that i am using a vismach simulation file. I don't know, please help.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19516
- Thank you received: 6544
29 May 2020 17:16 #169329
by tommylight
Replied by tommylight on topic update from 2.8.0 to 2.9.0 master my config doesnt work anymore
sudo apt-get install python-tk
Please Log in or Create an account to join the conversation.
- Marcodi
- Offline
- Elite Member
Less
More
- Posts: 198
- Thank you received: 13
29 May 2020 17:19 - 29 May 2020 17:21 #169330
by Marcodi
Replied by Marcodi on topic update from 2.8.0 to 2.9.0 master my config doesnt work anymore
nope, i already have the latest version. This doesn't solve anything at all
Last edit: 29 May 2020 17:21 by Marcodi.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19516
- Thank you received: 6544
29 May 2020 17:31 #169331
by tommylight
Replied by tommylight on topic update from 2.8.0 to 2.9.0 master my config doesnt work anymore
sudo apt-get install tk-dev
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19516
- Thank you received: 6544
29 May 2020 17:35 #169332
by tommylight
Replied by tommylight on topic update from 2.8.0 to 2.9.0 master my config doesnt work anymore
forum.linuxcnc.org/9-installing-linuxcnc...module-named-tkinter
If that fails, might have to do some editing.
If that fails, might have to do some editing.
Please Log in or Create an account to join the conversation.
- Marcodi
- Offline
- Elite Member
Less
More
- Posts: 198
- Thank you received: 13
29 May 2020 18:29 #169337
by Marcodi
Replied by Marcodi on topic update from 2.8.0 to 2.9.0 master my config doesnt work anymore
Well, that is the problem, what to edit because I did the compare already between and PNC config wizard. And I see no different naming. All I could say is that the mentioning of the axis name is before the joint.
In my config its first joint and than axis under it.
Looks so stupid that the order of joint and axis name would have something to do with it.
Any help please
In my config its first joint and than axis under it.
Looks so stupid that the order of joint and axis name would have something to do with it.
Any help please
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19516
- Thank you received: 6544
29 May 2020 18:59 #169340
by tommylight
Replied by tommylight on topic update from 2.8.0 to 2.9.0 master my config doesnt work anymore
It might, most of the stuff in Linuxcnc .... well in life, need to have an order of things or a priority list, this is no different.Looks so stupid that the order of joint and axis name would have something to do with it.
Please Log in or Create an account to join the conversation.
Time to create page: 0.086 seconds