I use webfaction shared hosting, and webpy was installed using PYTHONPATH=/home/dw0rm/webapps/khrutsky/lib/python2.5 easy_install-2.5 --install-dir=/home/dw0rm/webapps/khrutsky/lib/python2.5 --script-dir=/ home/dw0rm/webapps/khrutsky/bin web.py
On May 1, 7:35 am, Sherwin Soltani <[email protected]> wrote: > On Apr 29, 8:40 am, andrei <[email protected]> wrote: > > > > > The error message is the same every time: > > > [Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1] Traceback (most > > recent call last): > > [Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1] File "/home/ > > dw0rm/webapps/khrutsky/lib/python2.5/web.py-0.31-py2.5.egg/web/ > > application.py", line 209, in process > > [Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1] return p > > (lambda: process(processors)) > > [Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1] File "/home/ > > dw0rm/webapps/khrutsky/lib/python2.5/web.py-0.31-py2.5.egg/web/ > > application.py", line 536, in processor > > [Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1] h() > > [Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1] File "/home/ > > dw0rm/webapps/khrutsky/lib/python2.5/web.py-0.31-py2.5.egg/web/ > > application.py", line 603, in __call__ > > [Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1] self.check > > (mod) > > [Wed Apr 29 00:24:52 2009] [error] [client 127.0.0.1] File "/home/ > > dw0rm/webapps/khrutsky/lib/python2.5/web.py-0.31-py2.5.egg/web/ > > application.py", line 617, in check > > [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 > > You seem to be running it from your home directory. Why not set it up > system wide, with setup.py install? > > I have no idea why that would cause an issue, but hey, its worth a > shot. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
