discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gnuradio/master-3.3: make check error on Mac OS X


From: Josh Blum
Subject: Re: [Discuss-gnuradio] gnuradio/master-3.3: make check error on Mac OS X 10.6.7
Date: Mon, 16 May 2011 18:47:44 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10

> Executing: "/tmp/dial_tone.py"
> [Errno 2] No such file or directory
> ----

its probably the path to pythonw. I made a change to how grc find the
python path. So now that it uses the full python to python, it just
appends a "w" when using grc w/ wx on a macosx. Which was fine on my
test system but not on yours.

can you confirm:

which python
which pythonw

I think the workaround might be if `which python` + "w" does not exist,
just call pythonw w/out the full path and hope the user has it in the
path (old behavior).


-Josh



reply via email to

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