[Moin-user] 1.9.0beta3 and Python 2.4

Thomas Waldmann tw-public at gmx.de
Wed Jul 29 08:34:19 EDT 2009


> 1.9.0beta3 is not compatible with Python 2.4. I'm getting this from run_server 
> in flup_frontend.py:
> 
>      mod = __import__(mod, fromlist=['WSGIServer'])
> TypeError: __import__() takes no keyword arguments
> Premature end of script headers: moin.cgi
> 
> I gather from http://docs.python.org/library/functions.html that keyword 
> support was only added to __import__ at 2.5.

Oops. Thanks for reporting that, we were not aware of it.

As the minimum requirement for moin 1.9 is python 2.4, we have to fix
that (problem is in OUR code, not in flup).






More information about the Moin-user mailing list