Hi,
I try to create a position file with some corection for a PnP machine.
In the process I need to create a .txt file, but when I create it I got a:
f=open(‘Pnp.txt’,‘w’)
Traceback (most recent call last):
File “”, line 1, in
IOError: [Errno 13] Permission denied: ‘Pnp.txt’
Any idea?