igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] igraph python module in winxp?


From: Tamas Nepusz
Subject: Re: [igraph] igraph python module in winxp?
Date: Tue, 29 May 2007 17:58:44 +0200

have compiled other python modules using mingw32 in the past (with python24)
and not experienced this linking problem; It seems as if the linker is
looking for python25 libs and not finding them?
Yes, exactly, and setup.py should be able to figure out where that
library is supposed to be. Check your libs directory under your Python
installation and look for a file called libpython25.a. If there isn't
any file named like this there, you can generate it from python25.dll
by following the instructions found here:

http://docs.python.org/inst/tweak-flags.html (see chapter 6.2.2)

--
Tamas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]