Re: Comments Break WSGI-mod_python
Chad Crabtree <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <[email protected]> |
Here's the (IMO) relevant portion of the error_log [Fri Dec 16 08:15:50 2005] [notice] mod_python: (Re)importing module 'wsgi_app' httpd: Objects/stringobject.c:105: PyString_FromString: Assertion `str != ((void *)0)' f ailed. [Fri Dec 16 08:15:51 2005] [notice] child pid 13797 exit signal Aborted (6) This is obviously something wrong with my mod_python. I am using python2.4.1 and I compiled my own version of mod_python. I am using pyblosxom 1.2.1. Thank you for you kind assistance. I appologize for sending this to your personal email Steven, I neglected to hit reply all, I will not do it again. On 12/16/05, Steven Armstrong <[email protected]> wrote: > > btw, what versions of Python and Pyblosxom are you using? > > You may also want to try getting rid of the trailing slashes in your > apache config. > change: > <Location /blog/> > PythonOption ApplicationPath /blog/ > > to: > <Location /blog> > PythonOption ApplicationPath /blog > > altough I'm not sure that'll make a difference. > > [1] > > http://blog.imperialdata.net/blog/General/Personal/I_Have_A_Wife.html?showcomments=yes > > ps: Please reply to the list. It seems my webmail client doesn't allow > setting a reply-to header :(. Any squirrelmail users out there that know > how to do that? > >