<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi All:<div><br></div><div>Thanks for the suggestions!  </div><div><br></div><div>I rebuilt both gr-osmosdr and rtl-sdr from scratch, with the addition of changing the install directory to /opt/local in the cmake_install script.  I also ensured that all parts of the old installs in /usr/local were deleted.  </div><div><br></div><div>Steps:</div><div><br></div><div>1) go to the build directory of both packages and do a "rm -rf *" to ensure -everything- is cleaned out;</div><div>2) cmake ../</div><div>3) vi cmake_install script and change /usr/local to /opt/local at the top.</div><div>4) make</div><div>5) sudo make install</div><div><br></div><div>This put everything in the correct place, but still a no-go.  Python chokes on the line in top_block.py that says "import osmosdr".  Module not found.</div><div><br></div><div>I tried PYTHONPATH again to see if I could give python a hint, but no go.  </div><div><br></div><div>Just seems that python needs to be able to find the osmosdr module.  </div><div><br></div><div>Marcello, thanks for the suggestion re the build-gnuradio script, but it won't work on a Mac/Darwin.  It took the better part of a month working with the <a href="http://macports.org">macports.org</a> folks just to get gnuradio to compile cleanly and run.  It's a very complex port for them, with everything (just about) going into different places, so I wouldn't want to even risk trying it.  Might screw my main machine up!</div><div><br></div><div>If I can't get this running I may just go back to an Ubuntu machine for gnuradio.  The Mac would be better for my needs though, as I travel a bit and want to use grc etc on the road.  That was the impetus for getting the package to run on the Mac in the first place.</div><div><br></div><div>Kevin</div><div><br><div><div>On 2012-12-01, at 7:37 PM, "Marcello Barnaba (void)" <<a href="mailto:vjt@openssl.it">vjt@openssl.it</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none; ">HTH,</span></blockquote></div><br></div></body></html>