Re: Question about Python on Mac

2006-05-21 Thread elventear
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 gm

Re: Question about Python on Mac

2006-05-20 Thread James Stroud
elventear wrote: > Hello, > > I am working with Python 2.4.3 built from source courtesy of Fink. So > far so good, until now. I want to use a module called GMPY > (http://gmpy.sf.net/). I am able to build correctly the module, but > once I try to import it I get the following error: > > ImportErr

Re: Question about Python on Mac

2006-05-19 Thread elventear
On 2006-05-19 16:19:51 -0500, "elventear" <[EMAIL PROTECTED]> said: > The weird thing is that just for kicks I tried building with Python > that comes with MacOSX (py2.3) and it works. It builds and it loads > fine. Anybody have an idea why this would happen? Any ideas how to > solve this? In the