Tim Williams wrote: > eval( 'reload(%s)' % modname) reload takes a module object, not a module name. since you need to have the object, you might as well pass it to the reload() function. </F>