boB Stepp wrote: > On Thu, Aug 20, 2015 at 2:37 AM, Peter Otten <__pete...@web.de> wrote: > >> Assuming E:/Projects/mcm/src is in the PYTHONPATH mcm_db_mgr.py (what an >> alphabet soup!)... > > Written out in full, this would be > > montessori_classroom_manager_database_manager.py
> Hmm. Perhaps just db_manager.py? How about manager.py? If you increase the nesting level by introducing an mcm toplevel package you can access the module formerly known as db.mcm_db_mgr with import mcm.db.manager or from mcm.db import manager and avoid the mixture of logical "_" and physical "." separators. _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor