"Xah Lee" <[EMAIL PROTECTED]> writes: > the Python doc is quite stilted. Where in the python doc is a programer > supposed read about how the package/module system in Python works? > (besides the tutorial that touches it)
The python docs at <URL: http://docs.python.org/ref/naming.html > are perfectly clear. It explains the namespaces used when resolving variable names, and how to subvert the standard resolution to solve your problem. <mike -- Mike Meyer <[EMAIL PROTECTED]> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. -- http://mail.python.org/mailman/listinfo/python-list