discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Capturing data to file


From: John Gilmore
Subject: Re: [Discuss-gnuradio] Capturing data to file
Date: Wed, 22 Mar 2006 12:09:12 -0800

> It seems there is something wrong with the way that mux is declared in the
> capture_to_file.py code (0xf0f0f0f0).  

The problem is that Python promotes that value to a bignum because it
doesn't fit into an int (as a positive number).  This was a recent change
to Python, which is great for numeric users but has caused small problems
for people making bitmasks.

        John






reply via email to

[Prev in Thread] Current Thread [Next in Thread]