can't run dxf2gcode
- paulstenlund
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 0
14 Nov 2012 03:07 #26542
by paulstenlund
can't run dxf2gcode was created by paulstenlund
When I double click dxf2gcode_b02.py and choose run I get nothing, no error just nothing. what could be wrong??
Please Log in or Create an account to join the conversation.
14 Nov 2012 03:24 #26543
by BigJohnT
Replied by BigJohnT on topic can't run dxf2gcode
Run it from a terminal to see the error.
Hint prefix the file name with ./
John
Hint prefix the file name with ./
John
Please Log in or Create an account to join the conversation.
- paulstenlund
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 0
14 Nov 2012 03:49 #26548
by paulstenlund
Replied by paulstenlund on topic can't run dxf2gcode
thanks Big John. its got to be in the wrong place I get file not found from terminal (or one of its dependants is not in the right place)
where should it live
where should it live
Please Log in or Create an account to join the conversation.
14 Nov 2012 05:58 #26557
by BigJohnT
Replied by BigJohnT on topic can't run dxf2gcode
When you open up a terminal you are in the "home" directory. If you put the file somewhere else then you will have to change to that directory or provide the full path to file from home. So if you placed the file in the linuxcnc directory you change directory with the "cd" command.
cd linuxcnc
linuxcnc.org/docs/html/common/Linux_FAQ...._terminal_commands_a
John
cd linuxcnc
linuxcnc.org/docs/html/common/Linux_FAQ...._terminal_commands_a
John
Please Log in or Create an account to join the conversation.
- paulstenlund
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 0
14 Nov 2012 09:04 #26562
by paulstenlund
Replied by paulstenlund on topic can't run dxf2gcode
ok i downloaded again and extracted to "Home" apparently that is a a folder that can't be got to with the cd command. "cd \home" then enter command "dir" and all I see is "pauls".
I've downloaded again and am waiting to extract the files ... where the heck should I put them ... can't extract to "home", don't have the right permissions
Thanks for your help
I've downloaded again and am waiting to extract the files ... where the heck should I put them ... can't extract to "home", don't have the right permissions
Thanks for your help
Please Log in or Create an account to join the conversation.
14 Nov 2012 09:11 #26563
by andypugh
It might be your own "Home Folder" directory (which is /home/pauls/ in the filing system)
You get there most easily with cd ~/
Replied by andypugh on topic can't run dxf2gcode
ok i downloaded again and extracted to "Home" apparently that is a a folder that can't be got to with the cd command.
It might be your own "Home Folder" directory (which is /home/pauls/ in the filing system)
You get there most easily with cd ~/
Please Log in or Create an account to join the conversation.
14 Nov 2012 09:13 #26564
by BigJohnT
Replied by BigJohnT on topic can't run dxf2gcode
"dir" is a dos command in linux you use "ls"... if you type "pwd" after opening up a terminal you will see the results from "print working directory" command it will be something like "/home/paul" if you download to paul then you can just open a terminal and type in ./dxf2gcode_b02.py and it will attempt to run. BTW, where did you get the file?
John
John
Please Log in or Create an account to join the conversation.
- paulstenlund
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 0
14 Nov 2012 10:07 #26565
by paulstenlund
Replied by paulstenlund on topic can't run dxf2gcode
YES I've found it thank you, thank you. Now I enter /dxf2gcode_b02.py or dxf2gcode_b02 and I get "no such file or directory" or "command not found". dir shows it there
Please Log in or Create an account to join the conversation.
- paulstenlund
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 0
14 Nov 2012 10:19 #26566
by paulstenlund
Replied by paulstenlund on topic can't run dxf2gcode
pwd shows home/pauls, ls shows that it is in the directory neither /dxf2gcode_b02.py or dxf2gcode_02.py will work. Don't remember where I got it where do you suggest and where should I extract it to
thanks for the help
thanks for the help
Please Log in or Create an account to join the conversation.
- paulstenlund
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 0
14 Nov 2012 10:35 #26567
by paulstenlund
Replied by paulstenlund on topic can't run dxf2gcode
ok tried it again with ./dxf2gcode_b02 and got "bash: ./dxf2gcode_b02.py: python^m: bad interpreter: no such file or directory"
another download? can you suggest a source?
thanks
another download? can you suggest a source?
thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.230 seconds