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
> import rfid"
> Traceback (most recent call last):
>  File "<string>", line 1, in <module>
> ImportError: cannot import name rfid

What are the permissions on the gnuradio package and the rfid module?
Do you see anything interesting if you run python with -v or -vv?
Like this:
sudo python -v -c "from gnuradio import rfid

-- 
Jerry
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to