I seem to have solved or at least remedied my problem.

I simply started over.

I removed my /wspr folder and everything in it.

checked out the source from the repository:

$ svn co svn://svn.code.sf.net/p/wsjt/wsjt/branches/wspr

ensured I had all these dependencies:

autoconf
autotools
gfortran
libfftw3-dev
libusb-dev
libhamlib-dev
libhamlib-utils
libsamplerate0-dev
portaudio19-dev
python3-dev
python3-imaging
python3-imaging-tk
python3-tk
python3-numpy

although I am not sure about autotools

followed the directions to configure and make:

$ ./autogen.sh

$ make

$ sudo make install

and then run from the /wspr directory

$  wspr

Of course, I then just needed to configure wspr as needed although I have not yet tried the CAT functions yet.

It is nice to have wspr working again on linux, next on the list is wsjt and to try some meteor scatter.

cheers, Graham ve3gtc



On 22/06/14 15:04, Graham wrote:
Good day all,

I am having similar problem and get this same error.

I am using a fresh install of Linux Mint 17 Mate and have followed the directions in the INSTALL.txt file of the WSPR sources.

I did have install python3-imaging-tk in addition to the list of required dependencies.

This is the configuration summary:

-------------------------------------------
 Configuration Summary
-------------------------------------------

 Package: .........: WSPR 4.0
 Python3: .........: /usr/bin/python3
 F2py: ............: /usr/bin/f2py3
 Fcomplier: .......: gfortran
 Samplerate: ......: OK
 FFTW3: ...........: OK
 Portaudio: .......: OK
 Install Prefix: ..: /home/ve3gtc/.wspr

Website ..........: http://www.physics.princeton.edu/pulsar/K1JT/wspr.html
 Report Bugs To ...: [email protected]

Finished creating Makefile, To build , type:

 make


So, I am still confused

cheers, Graham ve3gtc




On 22/06/14 09:39, ki7mt wrote:
Hi Mike,

What version of Mint are you using? Other's have tried 15/16 but they ran into trouble with package compatibility as they are based on 13.04/13.10. 13.04 is already EOL, and 13.10 goes EOL in July. Mint-17 is based on Ubuntu 14.04 LTS and should bring the correct packages as Mint is merely a different desktop ontop of Ubuntu 14.04 core repositories / base builds.

/usr/bin/f2py indicates python27 version of Numpy (based on a 13.10 source list), which will yield undesired results. 14.04 and later creates /usr/bin/f2py3.

I don't use Mint at all, so I've no way of testing it here. The INSTALL.txt file is a guide, and does not cover all distros. You could check your particular version for python3-numpy, that looks to be where the issue is, but you may also run into issues with pytho3-imaging-tk as others hit issues there with Mint-16.

73's
Greg, KI7MT



------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to