-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 1/3/11 8:41 AM, Paul Fons wrote:
> Sorry to trouble the list about a general question, but I am above my head
> here. I would like to install a python package from http://www.diffpy.org/
> called pdfgui that is written in python. It uses python
On 19 May 2006, at 22:21, Pepe Barbe wrote:
> I thought I had Python 2.4.3 but I just realized Python 2.4.2 is the
> latest version from Fink.
>
> So I went to Python.org and downloaded the latest MacPython version,
> which is a Universal Binary of 2.4.3. After installing it, I tried
> building G
I thought I had Python 2.4.3 but I just realized Python 2.4.2 is the
latest version from Fink.
So I went to Python.org and downloaded the latest MacPython version,
which is a Universal Binary of 2.4.3. After installing it, I tried
building GMPY. It builds and loads ok.
So there has to be a proble
On 19 May 2006, at 18:21, Jean-François Mertens wrote:
> Seems a problem with gmp;
> # nm -mfgu /sw/lib/libgmp.dylib |fgrep -v ' (from '
> (undefined [lazy bound]) external ___gmpn_add_nc
> (dynamically looked up)
> (undefined [lazy bound]) external ___gmpn_sub_nc
> (dynamical
> Symbol not found:
> ___gmpn_sub_nc
> Referenced from: /sw/lib/libgmp.3.dylib
> Expected in: dynamic lookup
Seems a problem with gmp;
# nm -mfgu /sw/lib/libgmp.dylib |fgrep -v ' (from '
(undefined [lazy bound]) external ___gmpn_add_nc
(dynamically looked up)
(undefined [
Pepe Barbe wrote:
> This is not directly related to Fink, but indirectly it does. :-)
>
> I am working with Python 2.4.3 that comes from 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
On 2006-05-19 at 16:13:38 -0500,
Regarding "[Fink-users] Python Question,"
Pepe Barbe <[EMAIL PROTECTED]> wrote:
> This is not directly related to Fink, but indirectly it does. :-)
>
> I am working with Python 2.4.3 that comes from Fink. So far so good,
> until now. I want to use a module called