Re: Trouble with importing

2010-11-02 Thread Jerry Hill
On Tue, Nov 2, 2010 at 3:33 PM, Ben Ahrens bahr...@gmail.com 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

Re: Trouble with importing

2010-11-02 Thread Ben Ahrens
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

Re: Trouble with importing

2010-11-02 Thread Seebs
On 2010-11-02, Ben Ahrens bahr...@gmail.com 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

Trouble with importing

2010-10-26 Thread Ben
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:

Re: Trouble with importing

2010-10-26 Thread Jerry Hill
On Tue, Oct 26, 2010 at 5:24 PM, Ben bahr...@gmail.com 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