> You can only try and search the sys-path for the logging-module, using > > sys.prefix > > and then look for logging.py. Using > > __import__(path) > > you get a reference to that module. > > Diez
Thank you Diez, that's the info i'd been looking for :-) So the answer is sys module + __import__ Cheers! -- http://mail.python.org/mailman/listinfo/python-list