> 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




_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to