Hi Claude,

This looks like a re-post of you original message. The configure script 
has been updated to include the w*.so move as well as provide for custom 
f2py / f2py3 installations using:

./configure --with-f2py=<PATH>

I tested this method on several non-system/user-path locations, such as 
/opt/bin /home/user/testing .. and so on.

Autoconf, which creates the configure script from configure.ac, checks 
for both f2py & f2py3 ( If not set with --with-f2py=<PATH> ) by testing: 
f2py -v / f2py3 -v respectively. If it renders, it sets that path.

If you cannot get f2py -v or f2py3 -v to render in a terminal, you have 
a system path issue.

You should not have to edit the generated Makefile in order to get f2py 
/ f2py3 to render, as that defates the purpose of generating it with 
autoconf.

73's
Greg, KI7MT



On 05/19/2014 04:48 AM, Chuck Forsberg WA7KGX wrote:
> Try replacing f2py with f2py3 in the Makefile.
>
> On 05/19/2014 12:56 AM, Claude Frantz wrote:
>> Here is the output I have got when trying to start:
>>
>> $ /usr/bin/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)
>>
>> Is there a module missing which should be installed ?
>>
>> I'm using 32 bit Fedora 19.
>>
>> Thanks a lot.
>>
>> Best 88 de Claude
>>
>> ------------------------------------------------------------------------------
>> "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
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>


------------------------------------------------------------------------------
"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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to