Re: Python Block : no access to code

2024-02-02 Thread Marcus Müller
I see where confusion arises! The code for the embedded python block is, as the name suggests, embedded in the GRC flow graph file. Only for the task of editing it gets this internal representation copied to a separate file, and after the editor editing that file finishes, gets the (modified

Re: Python Block : no access to code

2024-02-02 Thread tom sutherland
Excuse my ignorance of Linux/Gnuradio  but copying the EPY block to an other directory doesn't make sense because I can't change where this file is being place and/or looked for. I tried moving it to a directory where the grc and py files are located but I get the error "no such file or directo

Re: Python Block : no access to code

2024-02-01 Thread Marcus D. Leech
On 01/02/2024 15:21, Paul Atreides wrote: Tom: 1) This is really more of a Linux file system permissions issue, but I would guess that if you copy the EPY block to any directory in /home/user, you will be in good shape. If you still get the error, you may need to change the permissions of the

Re: Python Block : no access to code

2024-02-01 Thread Paul Atreides
Tom: 1) This is really more of a Linux file system permissions issue, but I would guess that if you copy the EPY block to any directory in /home/user, you will be in good shape. If you still get the error, you may need to change the permissions of the actual python file, a quick Google search or