Re: Playing with modules

2006-03-15 Thread John Cassidy
Kent Johnson wrote: > [EMAIL PROTECTED] wrote: >> But I was wondering whether I could fool or "backend" the normal import >> mechanism. Even in Java, I can write my own class loader which can >> quick compile Java snippets and load the anonymous byte code. > > See http://www.python.org/doc/2.3/wha

Re: Playing with modules

2006-02-25 Thread Kent Johnson
[EMAIL PROTECTED] wrote: >>You're going to have to create the home.base module somewhere. If you >>want to put in that some code that basically imports another module's >>namespace into the home.base module's namespace, then that may do what >>you want. > > > Thanks, Jonathon, but I think I've tr

Re: Playing with modules

2006-02-24 Thread jjcassidy
> You're going to have to create the home.base module somewhere. If you > want to put in that some code that basically imports another module's > namespace into the home.base module's namespace, then that may do what > you want. Thanks, Jonathon, but I think I've tried what you are saying. I've tr

Re: Playing with modules

2006-02-24 Thread Jonathan Gardner
You're going to have to create the home.base module somewhere. If you want to put in that some code that basically imports another module's namespace into the home.base module's namespace, then that may do what you want. -- http://mail.python.org/mailman/listinfo/python-list