embedding python in python

Phil Frost indigo at bitglue.com
Wed Sep 29 08:47:03 EDT 2004


Use exec.

On Wed, Sep 29, 2004 at 09:23:28AM +0000, Maurice LING wrote:
> Hi,
> 
> anyone had any experiences in embedding python in python?
> 
> I've tried to do this but it doesn't work.
> 
> eval("from Tkinter import *")



More information about the Python-list mailing list