.py scripts? how to run?
- ttontsa
- Offline
- New Member
Less
More
- Posts: 9
- Thank you received: 0
07 Jun 2016 05:51 #75608
by ttontsa
.py scripts? how to run? was created by ttontsa
Can these scrips be run with gmoccapy?
wiki.linuxcnc.org/cgi-bin/wiki.pl?Simple...NC_G-Code_Generators
Douple click in filesystem makes nothing.
File open in linuxcnc makes nothing.
Need some additional program, setup etc..?
wiki.linuxcnc.org/cgi-bin/wiki.pl?Simple...NC_G-Code_Generators
Douple click in filesystem makes nothing.
File open in linuxcnc makes nothing.
Need some additional program, setup etc..?
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23558
- Thank you received: 4858
07 Jun 2016 11:10 #75623
by andypugh
Replied by andypugh on topic .py scripts? how to run?
If the .py files are executable (right-click and check properties to find out) then they ought to run with a double-click.
To run them from the command line you probably need to use a leading ./ (ie ./myfile.py) to run them.
If you downloaded the files then they probably didn't arrive with execute permissions set.
To run them from the command line you probably need to use a leading ./ (ie ./myfile.py) to run them.
If you downloaded the files then they probably didn't arrive with execute permissions set.
Please Log in or Create an account to join the conversation.
- newbynobi
- Offline
- Moderator
Less
More
- Posts: 2075
- Thank you received: 406
07 Jun 2016 20:34 #75660
by newbynobi
Replied by newbynobi on topic .py scripts? how to run?
If your filter section in your Ini file is set up includeing py files, y should be able to run the scripts, opening them with gmoccapy.
Norbert
Norbert
Please Log in or Create an account to join the conversation.
Moderators: newbynobi, HansU
Time to create page: 0.071 seconds