[Python-porting] (no subject)

Lennart Regebro regebro at gmail.com
Tue Mar 5 16:47:20 CET 2013


On Fri, Feb 15, 2013 at 5:25 PM,  <md123 at nycap.rr.com> wrote:
>
>
> which uses python version 2.7.3 for some reason although python3.2 is in the lib folder.
>
> ~$ python -m trace --count -C . op25_grc.py

You are running it with Python 2. To run it with Python 3, you need to
call python3.

It seems like GNURadioCompanion should support Python 2.7, though, so
I don't think that's the issue. But by all means, try. :-)

//Lennart


More information about the Python-porting mailing list