Hi John,

See below.

On 01/08/2015 01:46 AM, John Nelson wrote:
> Hi Greg,
> 
> I know you are concentrating on Debian/Ubuntu and other *nix issues.   
> However, for the record, the status for Mac OSX with Python 3.4, and latest 
> PIL is:
> 
> OSX 10.7 and 10.9 (and probably 10.8 but not tested):  WSJT and WSPR build 
> and operate satisfactorily.
> 
> OSX 10.10:   WSJT and WSPR build but both fail on execution as soon as the 
> waterfall display is updated.

> It appears that there are serious issues that have been reported with Tcl/Tk 
> imaging with 10.10

I can't say for certain, but this sounds very much like the issue I was
seeing before adding the new import call for _imaging.

After adding what the docs recommended, the image draw issues were
resolved, or, appeared to be, but I hit a wall on Segfaults. I'm not at
all certain if the two are connected or even related at all.

I can say, using python3-pil 2.7.0, adding the new import call for
_imaging, and using a GCC 4.8 tool-chain produced good results but I had
to satisfy the PIL 2.7.0 dependencies first (jpeg, zlib, Tk8-6 -dev
etc), then built it from source with pip3.

> 
> With regard to WSJT, it would be useful if Makefile.in could be fixed for Mac 
> builds:   the line 
> 
>           ${MV} Audio.cpython-3*.so WsjtMod/Audio.so
> 
> would be better written for Mac builds:
> 
>         ${MV} Audio*.so WsjtMod/Audio.so
> 
> since there is no cpython in the Mac build.   Would Debian etc builds be 
> compromised if I made this change?

I don't think this would pose problems for anyone, a glob is a glob as
far as copying goes. WSJT needs a bit of updating if we want to bring it
to a similar level as WSPR.

> 
> --- John G4KLA


73's
Greg, KI7MT

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to