Python3 version 3.3.2
f2py3 version 2
f2py version 2

MVSO    := ${MV} w.*.so WsprMod/w.so
had to be changed to
MVSO    := ${MV} w*.so WsprMod/w.so
    note:  globbing != regex

4130 now recognizes f2py3

I added -lportaudio -lfftw3f to LIBS=

and now wspr 4130 compiles and runs.

On 05/13/2014 02:37 AM, ki7mt wrote:
> Hi Chuck,
>
> I looked over potential causes for the issue you have. I found one thing
> that may be related, but a new checkout would have failed right at the
> beginning of make, so not sure that will resolve your problem.
>
> I still need the info from my previous post, in addition to that, could
> you tell us what Python & Numpy version your using?
>
> 73's
> Greg, KI7MT
>
> On 05/13/2014 02:02 AM, Chuck Forsberg WA7KGX wrote:
>> I get the following error when I compile and run wspr 4129
>>
>> [caf@omen3 wspr]$ python3 -O wspr.py
>> Traceback (most recent call last):
>>      File "wspr.py", line 45, in <module>
>>        from WsprMod import w
>> ImportError: dynamic module does not define init function (PyInit_w)
>>
>> Also the Makefile line
>>
>>        MVSO    := ${MV} w.*.so WsprMod/w.so
>>
>> doesn't work
>>
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>

-- 
      Chuck Forsberg WA7KGX   c...@omen.com   www.omen.com
Developer of Industrial ZMODEM(Tm) for Embedded Applications
   Omen Technology Inc      "The High Reliability Software"
10255 NW Old Cornelius Pass Portland OR 97231   503-614-0430


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to