issues with cio dio24h board
sudo comp --install pcl720.comp
Notice the difference is comp instead of c for the extension.
Now I am really just trying to see if I know something or not. I am sure one of the guru's will chime in and set us straight.
For the rest (where to find ??) I am finding by reading threads I find wonderful links in them. This forum has IMHO the best help around.
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
mill-desktop:~$ sudo comp --install pcl720.comp
[sudo] password for mill:
Traceback (most recent call last):
File "/usr/bin/comp", line 1297, in <module>
main()
File "/usr/bin/comp", line 1266, in main
process(f, mode, outfile)
File "/usr/bin/comp", line 1140, in process
a, b = parse(filename)
File "/usr/bin/comp", line 386, in parse
f = open(filename).read()
IOError: [Errno 2] No such file or directory: 'pcl720.comp'
it kinda ran "home to momma" and read a file called comp
so I tried the .c and got what you see above
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
I find it easiest to run the install command from the directory where the comp file is. Have you tried that? Or I guess include the entire path with the filename
ok tried this and got something different
mill-desktop:~$ sudo comp --install /usr/bin/pcl720.comp
Traceback (most recent call last):
File "/usr/bin/comp", line 1297, in <module>
main()
File "/usr/bin/comp", line 1266, in main
process(f, mode, outfile)
File "/usr/bin/comp", line 1140, in process
a, b = parse(filename)
File "/usr/bin/comp", line 387, in parse
a, b = f.split("\n;;\n", 1)
ValueError: need more than 1 value to unpack
I think it is still reading the same file
Please Log in or Create an account to join the conversation.
@John, I think he is using the file Andy posted for him.
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
Sorry Pat, I now become an observer. my bag of knowledge is all used up
Thanks anyway this is a real learning experience for me.
THANKS
I think I better spend a few hours learning basic linux commands
Please Log in or Create an account to join the conversation.
www.linuxcnc.org/docview/html/hal_comp.html
John
Please Log in or Create an account to join the conversation.