Hi Sean,

It means, that for some reason, the shell wrapper script which launches
wspr.py did not get the updated from configure.ac properly. I'll look
into why that is not happening.

In the mean time, edit the wrapper script, and try to relaunch:

* open a terminal, then type:
sudo sed -i 's/\@PYTHON\@/python3/g' /usr/bin/wspr

* Verify the line was changed with:
grep 'wspr.py' /usr/bin/wspr

* It should return:
python3 -O wspr.py


73's
Greg, KI7MT


On 11/03/2015 11:00 AM, Sean Sharkey wrote:
> Dear All,
> 
> I'm trying to compile WSPR on a PowerPC (G5 iMac) which is running Ubuntu 
> Mate 15.10.
> 
> I've managed to get the code to compiled, without any errors that I can see, 
> all the way up to the final command, launching WSPR.
> 
> Here’s my terminal readout.
> 
> g0oan@g0oan-desktop:~/wspr$ sudo make install
> #[3;J
> -----------------------------------
>  Installing WSPR
> -----------------------------------
> ..Creating Directories
> ..Installing Binaries
> ..Installing WsprMod
> ..Installing Manpages
> ..Installing Sample Files
> ..Installing Shared Documents
> 
> Finished Installing WSPR
> To run, type..: wspr
> 
> g0oan@g0oan-desktop:~/wspr$ wspr
> /usr/bin/wspr: 74: /usr/bin/wspr: @PYTHON@: not found
> g0oan@g0oan-desktop:~/wspr$ 
> 
> As you can see I get this "@PYTHON@: not found”, error.
> 
> I have no idea what this means. Might anyone be able to offer some 
> suggestions?
> 
> Thank you in advance for any help.
> 
> Kind regards,
> 
> 
> Sean.

------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to