i was following along with http://webpy.org/tutorial3
on hello.py - it has a line that asks for web.reloader i get an error saying this is module is not available. i looked and it's not there (in web) is there a substitute? >>> dir(web) ['Accepted', 'AppBrowser', 'AppHandler', 'BadRequest', 'Browser', 'BrowserError', 'CaptureStdout', 'Conflict', 'Created', 'DB', 'Forbidden', 'Found', 'Gone', 'HTTPError', 'InternalError', 'IterBetter', 'Memoize', 'NoMethod', 'NotAcceptable', 'NotFound', 'NotModified', 'OK', 'PreconditionFailed', 'Profile', 'Redirect', 'SQLLiteral', 'SQLParam', 'SQLQuery', 'SeeOther', 'Storage', 'TempRedirect', 'ThreadedDict', 'TimeoutError', 'TransactionError', 'Unauthorized', 'UnknownDB', 'UnknownParamstyle', '__author__', '__builtins__', '__contributors__', '__doc__', '__file__', '__init__', '__license__', '__name__', '__package__', '__path__', '__version__', 'accepted', 'application', 'auto_application', 'autoassign', 'autodelegate', 'badrequest', 'browser', 'capturestdout', 'changequery', 'commify', 'config', 'conflict', 'cookies', 'created', 'ctx', 'data', 'database', 'dateify', 'datestr', 'db', 'debug', 'debugerror', 'denumify', 'dictadd', 'dictfind', 'dictfindall', 'dictincr', 'dictreverse', 'djangoerror', 'emailerrors', 'expires', 'forbidden', 'form', 'found', 'generators', 'gone', 'group', 'header', 'htmlquote', 'htmlunquote', 'http', 'httpdate', 'httpserver', 'input', 'internalerror', 'intget', 'iterbetter', 'iters', 'iterview', 'lastmodified', 'listget', 'loadhook', 'lstrips', 'memoize', 'modified', 'net', 'nomethod', 'notacceptable', 'notfound', 'notmodified', 'nthstr', 'numify', 'ok', 'os', 'parsehttpdate', 'preconditionfailed', 'prefixurl', 'profile', 'profiler', 're_compile', 're_subm', 'redirect', 'reparam', 'rstrips', 'runfcgi', 'runscgi', 'runsimple', 'runwsgi', 'safemarkdown', 'safestr', 'safeunicode', 'seeother', 'sendmail', 'session', 'setcookie', 'sqllist', 'sqlliteral', 'sqlors', 'sqlparam', 'sqlquote', 'storage', 'storify', 'strips', 'subdir_application', 'subdomain_application', 'sys', 'template', 'tempredirect', 'test', 'threadeddict', 'timelimit', 'to36', 'tryall', 'unauthorized', 'uniq', 'unloadhook', 'url', 'urlquote', 'utf8', 'utils', 'validaddr', 'validip', 'validipaddr', 'validipport', 'web', 'webapi', 'websafe', 'write', 'wsgi'] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
