D
Dave Angel
i dont know. how do i run pythoin interactively?
By typing the simple command 'python'
davea@think2:~$ python
Python 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
But since you're running some non-python program which is in turn
launching python, perhaps you'd better give more details. And not
scattered over a half dozen tiny emails, but all at once.
Do you, in a single terminal, do the export, then run the
gnuradiocompanion.py ? And does the error message/stacktrace appear in
the same terminal window?
Please show us just what you're running, from start to finish. Thanks.