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:
> 
> [EMAIL PROTECTED] 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
[EMAIL PROTECTED]


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

Reply via email to