discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] GRC on OSX?


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] GRC on OSX?
Date: Wed, 3 Oct 2007 23:52:37 -0400

grc-0.69 does NOT work using "./Editor.py" ... I had bypassed the checking incorrectly. My bad.

Here is something that might help.  In the latest trunk, if I do:
-------
cd src
python
>>> from ActionHandler import ActionHandler
>>> ActionHandler ("")
-------
Then everything works OK. If I try to run "./Editor.py" (or "python Editor.py"), then I get the bus error. Quite strange ... maybe something to do with pre-importing the various modules using __import__ ?




reply via email to

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