OK. I'll only test stuff down to 2.5 then.
On Mon, Feb 28, 2011 at 5:14 AM, Tom Rondeau wrote:
> On Mon, Feb 28, 2011 at 3:37 AM, Josh Blum wrote:
>>
>> FYI, grc only works with 2.5 and up. Ive only tested up to 2.7
>>
>> -Josh
>
> Yes, Josh is right, I just looked to refresh my memory. GRC make
On Mon, Feb 28, 2011 at 3:37 AM, Josh Blum wrote:
> FYI, grc only works with 2.5 and up. Ive only tested up to 2.7
>
> -Josh
Yes, Josh is right, I just looked to refresh my memory. GRC makes a check
for Python >= 2.5. The rest of GNU Radio doesn't check for a specific
version, just that certai
FYI, grc only works with 2.5 and up. Ive only tested up to 2.7
-Josh
On 02/27/2011 09:43 PM, Ben Reynwar wrote:
> I just tested the next branch with 2.4 and the only incompatibility
> was a "with" statement in gr_xmlrunner.py.
> The "with" statement was introduced in 2.5.
>
> Once that was remo
I just tested the next branch with 2.4 and the only incompatibility
was a "with" statement in gr_xmlrunner.py.
The "with" statement was introduced in 2.5.
Once that was removed the "make check" ran fine.
The replacement for the "with" statement was:
fss = _fake_std_streams()
fss.__enter__()
try
On Wed, Feb 23, 2011 at 1:28 PM, Ben Reynwar wrote:
> What are the oldest and newest versions of python that gnuradio should
> work with?
>
> That way I can test stuff using those two versions.
Python 2.4 is the oldest that I _know_ will work (and I don't think,
but haven't tried, 2.3), and I've
What are the oldest and newest versions of python that gnuradio should
work with?
That way I can test stuff using those two versions.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio