Problem with gnuradio companion on USRP E100

I am following the instruction for installing gnuradio companion on a
USRP
E100.

I installed python-lxmx

The config/grc_grc.m4 patch does not seem to be relevant: I do not see
the line that I am supposed to change…in any case bootstrap and
configure work and report that grc will be build.

After make install I get the following message when running
gnuradio-companion:

any thoughts?

thanks
Achilleas

================================

usrp-e1xx:~$ gnuradio-companion
/usr/lib/python2.6/site-packages/Cheetah/CacheRegion.py:30:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
Traceback (most recent call last):
File “/usr/local/bin/gnuradio-companion”, line 48, in
from gnuradio.grc.python.Platform import Platform
File
“/usr/local/lib/python2.6/site-packages/gnuradio/grc/python/Platform.py”,
line 29, in
from Generator import Generator
File
“/usr/local/lib/python2.6/site-packages/gnuradio/grc/python/Generator.py”,
line 21, in
import subprocess
ImportError: No module named subprocess

On 02/01/2011 01:40 PM, Achilleas A. wrote:

I am following the instruction for installing gnuradio companion on a
USRP E100.

I installed python-lxmx

The config/grc_grc.m4 patch does not seem to be relevant: I do not see
the line that I am supposed to change…in any case bootstrap and
configure work and report that grc will be build.

The GRC change is in git now.

I am on the way to FOSDEM now. I think we need to install another set of
python modules, but I am about to board a plane so I can’t look it up
right now :slight_smile:

Philip