×
Forum Header
stepconf issue, adding a configuration
22 Dec 2019 00:24 #153008
by rocr
stepconf issue, adding a configuration was created by rocr
Hello,
I am new to linuxcnc, but trying to get two benchtops to work.
When I try to add a configuration I get:
Stepconf encountered an error. The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/stepconf/pages.py", line 82, in on_button_fwd_clicked
self()
File "/usr/lib/python2.7/dist-packages/stepconf/pages.py", line 720, in finished_finish
self.a.buid_config()
File "/usr/bin/stepconf", line 781, in buid_config
self.d.save(base)
File "/usr/bin/stepconf", line 676, in save
os.symlink(base,shortcut)
OSError: [Errno 2] No such file or directory
any ideas?
thanks,
Ron
I am new to linuxcnc, but trying to get two benchtops to work.
When I try to add a configuration I get:
Stepconf encountered an error. The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/stepconf/pages.py", line 82, in on_button_fwd_clicked
self()
File "/usr/lib/python2.7/dist-packages/stepconf/pages.py", line 720, in finished_finish
self.a.buid_config()
File "/usr/bin/stepconf", line 781, in buid_config
self.d.save(base)
File "/usr/bin/stepconf", line 676, in save
os.symlink(base,shortcut)
OSError: [Errno 2] No such file or directory
any ideas?
thanks,
Ron
Please Log in or Create an account to join the conversation.
27 Dec 2019 23:03 #153335
by andypugh
Replied by andypugh on topic stepconf issue, adding a configuration
It is trying to save to a non-existent directory.
Do you have a ~/linuxcnc/configs directory?
Do you have a ~/linuxcnc/configs directory?
Please Log in or Create an account to join the conversation.
Time to create page: 0.060 seconds