On 2010-11-02, Ben Ahrens wrote:
> I did indeed continue to top-post, and you should plonk me.
Edited for accuracy. Done.
-s
--
Copyright 2010, all wrongs reversed. Peter Seebach / usenet-nos...@seebs.net
http://www.seebs.net/log/ <-- lawsuits, religion, and funny pictures
http://en.wikipedia
I did indeed use the particular revision compiled with the addons. I
discovered that if I log in as root or make myself a user with full
privileges I can successfully import the rfid module, just not using
sudo. Of course neither of those options are particularly good ones,
but that's the only wa
On Tue, Nov 2, 2010 at 3:33 PM, Ben Ahrens wrote:
> Jerry, thanks for the reply, I was swamped with other things for the
> better part of a week.. Anyway, I tried using the verbose flag when
> attempting the import. I didn't see anything that meant anything to
> me, but here's the bit surrounding
On Tue, Oct 26, 2010 at 5:24 PM, Ben wrote:
> b...@sdrfid:~/gen2_rfid/trunk/src/app$ python -c "from gnuradio import
> rfid"
>
> works fine (at least, it doesn't say anything, which I take to be a
> good sign), but
>
> b...@sdrfid:~/gen2_rfid/trunk/src/app$ sudo python -c "from gnuradio
> import r
In brief summary, I have installed gnuradio [gnuradio.org] and the
gen2_rfid module [https://www.cgran.org/wiki/Gen2] on Ubuntu 10.04,
with all installed packages up to date as of a few days ago.
When I try to run the rfid reader/decoder script, I get the following
error:
b...@sdrfid:~/gen2_rfid