Hi Pino, I have not tested any of the WSJT applications on 10.04 in a very long time. WSJT and WSPR now requires Python3+ and Python-Numpy (1.8.1+), which includes / provides F2PY v2 (aka f2py3).
Looking at the Ubuntu package repository for 10.04, you can install python3.1, but you will need to build numpy from source or enable back-ports. If you build Python Numpy form source, the default location for f2py3 is /usr/local/bin/f2py3. How to build from source (you do not beed BLAS, LAPACK or ATLAS): http://docs.scipy.org/doc/numpy/user/install.html The following is a list of packages needed for 14.04, which should get you close on 10.04 if they are available through backports. sudo apt-get install autoconf autotools build-essential gfortran libtool \ libfftw3-dev libgfortran3:i386 libusb-dev libhamlib-dev libhamlib-utils \ libsamplerate0-dev portaudio19-dev python3-setuptools python3-dev python3-imaging \ python3-imaging-tk python3-pip python3-tk python3-numpy That should allow your to build and run WSJT and WSPR Then to build WSPR: svn co https://svn.code.sf.net/p/wsjt/wsjt/branches/wspr or cd wpsr svn update make clean make distclean Then build: ./autogen.sh make To Run: python3 -O wspr.py 73's Greg, KI7MT On 05/08/2014 05:18 AM, Pino Zollo wrote: > Hi, > > If I configure with: > > ./configure PYHTON=/usr/bin/python F2PY=/usr/bin/f2py > > I get: > ................ > running scons > Removing build directory /tmp/tmpLiMqeH > /bin/mkdir -p build/lib/WsprMod > /bin/mv w.*.so WsprMod/w.so > /bin/mv: no se puede efectuar `stat' sobre «w.*.so»: No existe el > archivo o el directorio > make: *** [WsprMod/w.so] Error 1 > ................. > > Just doing ./configure alone > > id does not find f2py3 > > ................. > f2py3 -c -I. --fcompiler=gnu95 --f77exec=gfortran --f90exec=gfortran \ > --opt="-cpp -fbounds-check -O2" thnix.o -L/usr/lib/i386-linux-gnu > -L/usr/lib -L/usr/local/lib -L/usr/lib -L/lib -L/usr/local/lib > -lpthread -lsamplerate -lfftw3f -lportaudio libwspr.a \ > -m w wspr1.f90 getfile.f90 paterminate.f90 audiodev.f90 > /bin/sh: 1: f2py3: not found > make: *** [WsprMod/w.so] Error 127 > .................. > > where is f2py3 supposed to be ?...in which package ? > > Thanks > > Pino ZP4KFX > > ------------------------------------------------------------------------------ > Is your legacy SCM system holding you back? Join Perforce May 7 to find out: > • 3 signs your SCM is hindering your productivity > • Requirements for releasing software faster > • Expert tips and advice for migrating your SCM now > http://p.sf.net/sfu/perforce > _______________________________________________ > wsjt-devel mailing list > wsjt-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wsjt-devel ------------------------------------------------------------------------------ Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and advice for migrating your SCM now http://p.sf.net/sfu/perforce _______________________________________________ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel