Re: Embedding a python console inside a python application

2009-08-17 Thread Zorigaman
On 17 août, 20:46, Zorigaman wrote: > Hi, > > I am starting an application in which I would like to have some > scripting functionality. It will obviously be done in Python. The > thing is that I would like my scripts to have access to the rest of > the application as an object it could manipulate

Embedding a python console inside a python application

2009-08-17 Thread Zorigaman
Hi, I am starting an application in which I would like to have some scripting functionality. It will obviously be done in Python. The thing is that I would like my scripts to have access to the rest of the application as an object it could manipulate. I made some research and I found the code modu