discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] No module named wx


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] No module named wx
Date: Fri, 15 Apr 2005 10:17:40 -0700
User-agent: Mutt/1.5.6i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]