Re: [Moin-user] Python 2.6.5 WSGI Issue

2010-08-31 Thread Jurie-Jan Botha
> > I use the default python provided by Ubuntu (10.04), works fine: > > $ python > Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) > [GCC 4.4.3] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > I also tried running the standard 'wikiserver.py' file with my sta

Re: [Moin-user] Python 2.6.5 WSGI Issue

2010-08-19 Thread Thomas Waldmann
On Wed, 2010-08-18 at 19:40 +0200, Jurie-Jan Botha wrote: > I compiled all my python versions again and tried with each one. > 2.5.5 and 2.6.5 both give me the 'Segmentation Fault'. > I also tried using werkzeug as the WSGI server and it gives me the > same behavior. > > > I'll give it a go on an

Re: [Moin-user] Python 2.6.5 WSGI Issue

2010-08-18 Thread Jurie-Jan Botha
I compiled all my python versions again and tried with each one. 2.5.5 and 2.6.5 both give me the 'Segmentation Fault'. 2.7 works fine. I also tried using werkzeug as the WSGI server and it gives me the same behavior. I'll give it a go on another system when I get a chance. It's odd to me that

Re: [Moin-user] Python 2.6.5 WSGI Issue

2010-08-18 Thread Thomas Waldmann
Hi, > I'm trying to run MoinMoin with the script below, but as soon as I > make a request it says 'Segmentation Fault' and closes the server. OOPS. :) Well, what you see is likely a problem in some code written in C/C++ (like the Python interpreter, C extensions, ...), not in MoinMoin. Python c