You don't have mod_python installed for that Apache instance. The '_apache' module is a special embedded module created by mod_python Apache module within memory space of Apache process at run time.
Graham On Oct 7, 10:14 am, whiskeyjuvenile <[email protected]> wrote: > [ ]...@[ ] [~/www]# python web2py_modpython.py > Traceback (most recent call last): > File "web2py_modpython.py", line 1, in ? > from mod_python import apache > File "/usr/lib64/python2.4/site-packages/mod_python/apache.py", line > 30, in ? > import _apache > ImportError: No module named _apache > > Is my host setup incorrectly? > > On Oct 6, 4:18 pm, whiskeyjuvenile <[email protected]> wrote: > > > > > I tried to follow the instructions in section 11.8 on page 81/295, but > > I'm getting 500 errors. > > > On Oct 6, 4:12 pm, mdipierro <[email protected]> wrote: > > > >http://web2py.com/examples/static/web2py_manual_cut.pdf > > > > includes a chapter with deployment recipes and shows how to use > > > mod_wsgi. > > > > Massimo > > > > On Oct 6, 2:41 pm, whiskeyjuvenile <[email protected]> wrote: > > > > > I'm trying to get web2py to work with cpanel shared hosting. I have > > > > shell access. > > > > > Is there some walkthrough guide on how to get it working without using > > > > apache as a proxy/not using the web2py-cherrypy server? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

