[Tutor] Re: gp2c for windows xp and PBX translator

Bill Allombert allomber@math.u-bordeaux.fr
Tue Jun 3 18:53:22 2003


On Tue, Jun 03, 2003 at 08:03:46AM +0100, Alan Gauld wrote:
> > Ps: I wonder if we can do this with Python? Ie., call Pari 
> > AND call Python from basic:C as I have shown above. 
> > I cc'd one of the the python communities. I am working on it now. 
> 
> I think you need a better explanation of what you want. Most 
> folks on the Python tutor list have no idea what pari is
> (certainly I don't) nor what exactly you did with it that 
> you would like to do in Python.

PARI/GP is a computer algebra system. <www.parigp-home.de>
> 
> If you could ask the question again, assuming no prior knowledge 
> of pari we might be able to help.

There is Python binding available here

<http://www.eleves.ens.fr:8080/home/fermigie/PariPython/readme.html>
But they are not maintained anymore.

Be sure to completly understand PARI memory model before doing
anything alse you will get random SEGV.

Cheers,
Bill.