2011/5/5 田 <[email protected]>: > Anand, > Thanks a lot. > I got some new issue: > the browser displays > "not found" or > "... > > File "/usr/lib/python2.6/wsgiref/modpython_gateway.py", line 205, in > handler > module = __import__(modname, globals(), locals(), ['']) > > ImportError: No module named hello"
Looks like issue with python path. Try printing sys.path and check if hello.py is in sys.path. -- 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.
