Changes between Initial Version and Version 1 of Ticket #47575


Ignore:
Timestamp:
Apr 27, 2015, 4:36:09 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Why are you setting PYTHONPATH to somewhere inside /usr/local? What have you installed in /usr/local? Having things installed there often interferes with software installed with MacPorts. See wiki:FAQ#usrlocal.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47575

    • Property Owner changed from macports-tickets@… to michaelld@…
    • Property Port gnuradio added
    • Property Summary changed from gnuradio and python to gnuradio: Fatal Python error: PyThreadState_Get: no current thread
  • Ticket #47575 – Description

    initial v1  
    11I have built a module using gnu radio.  I am running 10.10.3 .I setup the environment to load the module but when I start gnuradio-companion I get this failure:
     2{{{
    23bash-3.2# export PYTHONPATH=/usr/local/lib/python2.7/site-packages/
    34bash-3.2# echo $PYTHONPATH
     
    1516Abort trap: 6
    1617bash-3.2#
     18}}}