Re: Cheese Shop: some history for the new-comers

2006-03-12 Thread jjcassidy
richard wrote: [snip] Should the "Python Cheeseshop" have anything in it, though? Having a stocked cheese shop in relation to Python is just silly! -- http://mail.python.org/mailman/listinfo/python-list

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

Playing with modules

2006-02-24 Thread jjcassidy
I know that this is not particularly "pythonic", but I would like to mess with modules a bit. I would like to develop a modular module which allows different services to plug themselves into the module and become the implementation for a named module. Say I have a suite of "cassidy.blah.blah.blah