Re: Combining C and Python programs

2010-02-23 Thread General Cody
Well... This is really a RTFM question. It's all in the Python docs... And it's really simple. -- http://mail.python.org/mailman/listinfo/python-list

Re: Combining C and Python programs

2009-08-30 Thread Cousin Stanley
> I want to write a program that will use ode for the physics > simulation, whose python bindings are outdated. So I'm writing > the physics engine in C and want to write the drawing code in > Python. What will be the best way of making those two programs > work together? THe physics engine w

Re: Combining C and Python programs

2009-08-29 Thread Philip Semanchuk
On Aug 29, 2009, at 3:54 AM, Sortie wrote: I want to write a program that will use ode for the physics simulation, whose python bindings are outdated. So I'm writing the physics engine in C and want to write the drawing code in Python. What will be the best way of making those two programs work

Re: Combining C and Python programs

2009-08-29 Thread Diez B. Roggisch
Sortie schrieb: I want to write a program that will use ode for the physics simulation, whose python bindings are outdated. So I'm writing the physics engine in C and want to write the drawing code in Python. What will be the best way of making those two programs work together? THe physics eng

Re: Combining C and Python programs

2009-08-29 Thread Hendrik van Rooyen
On Saturday 29 August 2009 09:54:15 Sortie wrote: > I want to write a program that will use ode for the physics > simulation, whose python bindings are outdated. So I'm writing > the physics engine in C and want to write the drawing code in > Python. What will be the best way of making those two pr

Combining C and Python programs

2009-08-29 Thread Sortie
I want to write a program that will use ode for the physics simulation, whose python bindings are outdated. So I'm writing the physics engine in C and want to write the drawing code in Python. What will be the best way of making those two programs work together? THe physics engine won't have to

Re: Combining C and Python

2006-12-28 Thread Osiris
On Thu, 28 Dec 2006 08:48:53 +0100, Osiris <[EMAIL PROTECTED]> wrote: >On Wed, 27 Dec 2006 16:12:02 +0100, Osiris <[EMAIL PROTECTED]> wrote: > >>I found this text about combining C-code with Pyton scripting on the >>P2P networks in PDF: >> >>Python Scripting for Computational Science >>Hans Petter

Re: Combining C and Python

2006-12-27 Thread Osiris
On Wed, 27 Dec 2006 16:12:02 +0100, Osiris <[EMAIL PROTECTED]> wrote: >I found this text about combining C-code with Pyton scripting on the >P2P networks in PDF: > >Python Scripting for Computational Science >Hans Petter Langtangen >Simula Research Laboratory >and >Department of Informatics >Unive

Combining C and Python

2006-12-27 Thread Osiris
I found this text about combining C-code with Pyton scripting on the P2P networks in PDF: Python Scripting for Computational Science Hans Petter Langtangen Simula Research Laboratory and Department of Informatics University of Oslo amazon and others have it in print. software for the text is her