On Aug 26, 10:21 pm, Casey <[EMAIL PROTECTED]> wrote: > On Aug 12, 9:57 pm, alito <[EMAIL PROTECTED]> wrote: > > > > > A wrapper on the level up works: > > > ~/python$ cat importercaller.py > > from testpackage import config > > config.hello() > > > ~/python$ python importercaller.py > > hello > > > So, how do I run these modules without writing a wrapper script for > > each one? >
It looks like PEP 366 [http://www.python.org/dev/peps/pep-0366/] will solve this issue. -- http://mail.python.org/mailman/listinfo/python-list