2009/5/2 Sherwin Soltani <[email protected]>: > > Well, let's look at the error then, > >> > > [Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1] reload(mod) >> > > [Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1] TypeError: reload >> > > () argument must be module > > Looks like a bad argument to that function. Check to make sure the > correct argument is actually being supplied (printing it might help > diagnose the problem), and report back what you find.
Are you running with web.debug=True? It shouldn't try to reload modules in the production mode. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
