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: LRK
Subject: Re: [Discuss-gnuradio] No module named wx
Date: Fri, 15 Apr 2005 00:07:34 -0500
User-agent: Mutt/1.4.2.1i

On Thu, Apr 14, 2005 at 09:52:33PM -0700, Eric Blossom wrote:
> 
> Let's try asking python what it thinks the path is.
> Try this:
> 
> address@hidden gnuradio-examples]$ python


gr% python
Python 2.4.1 (#2, Apr 12 2005, 10:46:06) 
[GCC 3.4.2 [FreeBSD] 20040728] on freebsd5
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print sys.path
['', '/usr/gnuradio/gr/lib/python2.4/site-packages', 
'/usr/local/lib/python24.zip', '/usr/local/lib/python2.4', 
'/usr/local/lib/python2.4/plat-freebsd5', '/usr/local/lib/python2.4/lib-tk', 
'/usr/local/lib/python2.4/lib-dynload', 
'/usr/local/lib/python2.4/site-packages', 
'/usr/gnuradio/gr/lib/python2.4/site-packages/Numeric']
>>> 
gr% sh
$ python
Python 2.4.1 (#2, Apr 12 2005, 10:46:06) 
[GCC 3.4.2 [FreeBSD] 20040728] on freebsd5
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print sys.path
['', '/usr/gnuradio/gr/lib/python2.4/site-packages', 
'/usr/local/lib/python24.zip', '/usr/local/lib/python2.4', 
'/usr/local/lib/python2.4/plat-freebsd5', '/usr/local/lib/python2.4/lib-tk', 
'/usr/local/lib/python2.4/lib-dynload', 
'/usr/local/lib/python2.4/site-packages', 
'/usr/gnuradio/gr/lib/python2.4/site-packages/Numeric']
>>> 
$ exit
gr% exit
exit


-- 
LRK
address@hidden




reply via email to

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