> > How can I access the top level module's doc string from toolkit? > > Like > > import __main__ > print_usage( __main__ ) > > with suitable definition of 'usage'. > > Cheers & hth., > > - Alf Problem solved! Thanks for the other tips too.