jkn wrote: > is it possible to have multiple namespaces within a single python > module?
Unless you are abusing classes I don't think so. > I have a small app which is in three or four .py files. For various > reasons I would like to (perhaps optionally) combine these into one > file. Rename your main script into __main__.py, put it into a zip file together with the other modules and run that. -- http://mail.python.org/mailman/listinfo/python-list