Fails at work on my SUSE 9.2 install and succeeds at home on my SUSE 9.2 install.
Running python 2.3.4 at home and Python 2.4.1 at work. However, I just installed
2.4.1 at work. I got the same error messages before today with 2.3 first in the path.
Having 2.4.1 first seems not to have helped (or hurt). The stuff you listed is in both
the 2.3 and the 2.4 lib and local/lib python site-packages sub-dirs with the correct
permissions. I get two errors:


import wx

says wx cannot be found

and

./burn-basic-eeprpm  -a

says it cannot find usrp_prims

even though both are clearly installed as in your list. This is a new error and just started.

Bob



Eric Blossom wrote:

On Fri, Apr 15, 2005 at 06:22:23AM -0700, Angilberto Muniz Sb wrote:


Similar situation down here in Brazil, but
after adding the softlink it complains with
"file not found..." or something similar...

Any tips on where to put some break code to help debug
the issue?

Rgrds,

Angilberto.



Not really. These are install problems with the python add in's. Personally I suspect something is wrong with the install and/or you're PYTHONPATH environment variables are set right.

You can exercise the problem very easily from the command line.

$ python


import wx



$ python


import Numeric



Eric


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








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

Reply via email to