Extending Python with C: Cannot find MPI library

André Malo auch-ich-m at g-kein-spam.com
Thu Jun 19 16:23:13 EDT 2008


* Jeroen Ruigrok van der Werven wrote:

> -On [20080619 17:11], Spectrum (spectrumdt at gmail.com) wrote:
>>  ImportError: dynamic module does not define init function
> 
> Might be it's looking, but not finding, something like crti.S or the
> likes, the C runtime files that specify stuff like _init and _fini.

Nah. It's just looking for the init function required by the python module
loader. See: http://docs.python.org/ext/methodTable.html

nd
-- 
die (eval q-qq:Just Another Perl Hacker
:-)

# André Malo, <http://www.perlig.de/> #



More information about the Python-list mailing list