discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] missing python package


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] missing python package
Date: Wed, 19 Dec 2007 20:13:46 -0500

NOTE: My previous comment about WX not working properly applied to Python 2.5, not Python 2.4. Apparently the latter searches subdirectories while the former does not. Thus the need to link in subdirector(ies) into the actual PYTHONPATH.

After getting the necessary background stuff installed, GRC works OK using a standard MacPorts python 2.4 install. I am running: Intel iMac 20", OSX 10.4.11, latest GNU Radio SVN trunk, latest GRC SVN trunk.

Things to check:

* 'port installed' returns include (for GRC; dependencies will also be installed; make sure these are 'active' and if not then 'activate' them):

  py-gtk2 @2.10.4_0 (active)
  py-xml @0.8.4_0 (active)

* 'cd /opt/local_2.4/lib/python2.4/site-packages ; ls' contains (at least):

_xmlplus/
cairo/
gtk-2.0/
numpy/
pygtk.pth
pygtk.py
pygtk.pyc
pygtk.pyo
wx-2.8-mac-unicode/
wx.pth
wxaddons/
wxversion.py
wxversion.pyc

* 'printenv' contains the following (or more, but at least these):

PATH=/opt/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/ X11R6/bin PYTHONPATH=/opt/local/lib/python2.4/site-packages:/usr/local/lib/ python2.4/site-packages





reply via email to

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