On Mon, Sep 12, 2011 at 08:54:02AM +0000, Thijs wrote:
thijs@thijs-AMILO-Xi-2528:~/src$ #!/usr/bin/env python
thijs@thijs-AMILO-Xi-2528:~/src$ from gnuradio import gr
from: can’t read /var/mail/gnuradio
Can anyone help me solving this problem ?
Hi Thijs,
you are running Python code on the command line–that’s not what you’re
supposed to do. Put all that stuff in a file, make it executable and
then you’re there (or run it on a Python command line).
MB
–
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)
On Mon, Sep 12, 2011 at 08:54:02AM +0000, Thijs wrote:
thijs@thijs-AMILO-Xi-2528:~/src$ #!/usr/bin/env python
thijs@thijs-AMILO-Xi-2528:~/src$ from gnuradio import gr
from: can’t read /var/mail/gnuradio
Can anyone help me solving this problem ?
Hi Thijs,
you are running Python code on the command line–that’s not what you’re
supposed to do. Put all that stuff in a file, make it executable and
then you’re there (or run it on a Python command line).
MB
–
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)