Re: adding python scripting to my application

2006-11-13 Thread Julian
"martdi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jerry wrote: >> I am not a Python guru by any means, but I believe that when an >> application says that you can "script" their application with Python, >> it means that you can actually write Python code to interact with the

Re: adding python scripting to my application

2006-11-06 Thread John Henry
Take a look at: http://www.swig.org/ Julian wrote: > Hi, first of all, I have to say I am new to Python. I have been working > with a finite element analysis program written in c++. now, I am trying > to 'rebuild' this code (possibly a full re-write) with scripting > capability. I did some readin

Re: adding python scripting to my application

2006-11-06 Thread martdi
Jerry wrote: > I am not a Python guru by any means, but I believe that when an > application says that you can "script" their application with Python, > it means that you can actually write Python code to interact with the > application. Embedding may be the same thing. Extending (as I read > it)

Re: adding python scripting to my application

2006-11-06 Thread Jerry
I am not a Python guru by any means, but I believe that when an application says that you can "script" their application with Python, it means that you can actually write Python code to interact with the application. Embedding may be the same thing. Extending (as I read it) involves writing porti

adding python scripting to my application

2006-11-05 Thread Julian
Hi, first of all, I have to say I am new to Python. I have been working with a finite element analysis program written in c++. now, I am trying to 'rebuild' this code (possibly a full re-write) with scripting capability. I did some reading on the web, and found that there are two ways to do this :