Re: [Tutor] Embedding Python

2007-02-26 Thread Dave Kuhlman
On Sun, Feb 25, 2007 at 01:35:52PM -0800, Dj Gilcrease wrote: > On 2/25/07, Dave Kuhlman <[EMAIL PROTECTED]> wrote: > > If you have not already, you will want to look at SWIG > > (http://www.swig.org/). SWIG will generate C or C++ code from a > > header file containing structs and classes and func

Re: [Tutor] Embedding Python

2007-02-25 Thread Dj Gilcrease
On 2/25/07, Dave Kuhlman <[EMAIL PROTECTED]> wrote: > If you have not already, you will want to look at SWIG > (http://www.swig.org/). SWIG will generate C or C++ code from a > header file containing structs and classes and function > declarations. That generated code can then be compiled and lin

Re: [Tutor] Embedding Python

2007-02-25 Thread Dave Kuhlman
On Sat, Feb 24, 2007 at 02:50:41AM -0800, Dj Gilcrease wrote: > I am attempting to embed Python in a C++ app and have a question > before I get too far into it. > > Is is possible to to dynamically create an extension module? > eg, I want a module name spam and I have a stuct that contains all my

[Tutor] Embedding Python

2007-02-24 Thread Dj Gilcrease
I am attempting to embed Python in a C++ app and have a question before I get too far into it. Is is possible to to dynamically create an extension module? eg, I want a module name spam and I have a stuct that contains all my method names, and a pointer to the proper c++ function to call ### Suto

Re: [Tutor] embedding python

2006-10-09 Thread Alan Gauld
> know a little html not much i can make a page with backround coler a > title > words and pictures as well as links > > but i cant find any tutorials on embedding python useing html i > found some > that use c++ and i think one that used asp Can you give an example of what you mean by *embeddin

Re: [Tutor] embedding python

2006-10-08 Thread Luke Paireepinart
max . wrote: > hello i have a myspace and a blog both of wich allow me to input html and i > know a little html not much i can make a page with backround coler a title > words and pictures as well as links > > but i cant find any tutorials on embedding python useing html i found some > that use

[Tutor] embedding python

2006-10-08 Thread max .
hello i have a myspace and a blog both of wich allow me to input html and i know a little html not much i can make a page with backround coler a title words and pictures as well as links but i cant find any tutorials on embedding python useing html i found some that use c++ and i think one that

RE: [Tutor] embedding python in a C app on a linux box...

2004-12-07 Thread Jason Child
- From: Danny Yoo [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 12:18 PM To: Jason Child Cc: [EMAIL PROTECTED] Subject: Re: [Tutor] embedding python in a C app on a linux box... On Tue, 7 Dec 2004, Jason Child wrote: > Ok, so I have a decent grasp of python and have coded qu

Re: [Tutor] embedding python in a C app on a linux box...

2004-12-07 Thread Danny Yoo
On Tue, 7 Dec 2004, Jason Child wrote: > Ok, so I have a decent grasp of python and have coded quite a few > scripts. I must say that the language rocks. I would like to embed > python into a C app to provide some scripting support. Hi Jason, We have to first mention that most of us here are

[Tutor] embedding python in a C app on a linux box...

2004-12-07 Thread Jason Child
Ok, so I have a decent grasp of python and have coded quite a few scripts. I must say that the language rocks. I would like to embed python into a C app to provide some scripting support. It would seem that my problem lies with not understanding the environment (linux) well enough. First off, I mus