Opened 9 years ago

Closed 9 years ago

#47575 closed defect (invalid)

gnuradio: Fatal Python error: PyThreadState_Get: no current thread

Reported by: stiffstone@… Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: gnuradio

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I 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:

bash-3.2# export PYTHONPATH=/usr/local/lib/python2.7/site-packages/
bash-3.2# echo $PYTHONPATH
/usr/local/lib/python2.7/site-packages/
bash-3.2# gnuradio-companion

** (process:31294): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'

** (process:31294): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'

** (process:31294): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
Mac OS; Clang version 6.1.0 (clang-602.0.49); Boost_105800; UHD_003.008.003-MacPorts-Release

Fatal Python error: PyThreadState_Get: no current thread
Abort trap: 6
bash-3.2# 

Change History (2)

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to michaelld@…
Port: gnuradio added
Summary: gnuradio and pythongnuradio: Fatal Python error: PyThreadState_Get: no current thread

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.

comment:2 Changed 9 years ago by michaelld (Michael Dickens)

Resolution: invalid
Status: newclosed

This is not a MacPorts issue, so I'm closing this ticket. I will send you an email directly to work on this issue.

Note: See TracTickets for help on using tickets.