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> -- http://mail.python.org/mailman/listinfo/python-list
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> -- http://mail.python.org/mailman/listinfo/python-list