On Tue, Feb 10, 2009 at 6:39 PM, Anand Balachandran Pillai <[email protected]> wrote: > On Tue, Feb 10, 2009 at 6:38 PM, Anand Balachandran Pillai > <[email protected]> wrote: >>>>> import __phello__ >> Hello world... > > Apparently, happens only the first time you import it ;) >
>>> import __phello__ Hello world... >>> reload(__phello__) Hello world... <module '__phello__' from '<frozen>'> _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
