Base conversion method or module

Terry Reedy tjreedy at udel.edu
Mon Dec 8 12:20:21 EST 2003


"Jeff Wagner" <JWagner at hotmail.com> wrote in message
news:0b88tvo38l9ca8fhc3127mskqegdpfocn7 at 4ax.com...
> So I decide to go and try out this GMPY and download the win32 binaries.
It consists of two files,
> gmpy.pyd and pysymbolicext.pyd ... what do I do with them, just copy them
to the lib folder?

Specifically, Pythonx.y/Libs/site-packages (at least on my system)

>>>import sys; sys.path

should have site-packages dir near beginning.

> Then it says I need GMP-4.x so I get that, too. It's like nothing I've
ever seen before. How can I
> install that on my WinXP box?

no idea.  sorry.  .so is unix version of .dll.  try gmp site for windows
.dll binary

tjr






More information about the Python-list mailing list