Question about Python on Mac

elventear elventear at gmail.com
Sun May 21 17:34:16 EDT 2006


James Stroud wrote:
> I think fink is not detecting the gmp (GNU multiple precision arithmetic
> library) dependency.
>
> Try:
>
> % fink install gmp
>
> Then try building gmpy with /sw/bin/python.

I think I didn't explain myself very well. gmp is already installed in
my computer; when building gmpy it links against libgmp without
problems. But when doing import gmpy is that Fink's Python complains
like I've mentioned before.

But if I build gmpy (Using setup.py), using Python 2.4.3 works fine.

Pepe




More information about the Python-list mailing list