Problem will be solved soon. It is due to this (irc log):
(12:38) < ThomasWal> the emails stuff changed from py2.4 to 2.5 to
conform with pep8.
(12:39) < ThomasWal> running python 2.5 or 2.6 is no problem, because it
has some backwards compatibility support for
code doing it
> > If that isn't in 2.4 we have to add it.
>
> email is there, but the utils file is called Utils.py:
>
> # rpm -ql python|grep -i email/utils.py
> /usr/lib/python2.4/email/Utils.py
I reported that to the werkzeug developers on their irc channel.
Py 2.4 compatibility will be hopefully fixed so
R.Bauer wrote:
> I can currently not check another py version but in 2.6 email is part of
> the python installation. And docs.python.org tells it was implented in 2.2.
>
> If that isn't in 2.4 we have to add it.
email is there, but the utils file is called Utils.py:
# rpm -ql python|grep -i emai
R.Bauer wrote:
> I can currently not check another py version but in 2.6 email is part of
> the python installation. And docs.python.org tells it was implented in 2.2.
Ah, now I wonder why that possibility didn't occur to me. The system is running
CentOS 5, and it definitely doesn't have it: it's
Jim Wight schrieb:
> Is email.utils missing from 1.9.0beta2?
>
> I'm trying to get 1.9.0beta2 up and running using CGI, but am hitting this
> problem:
>
> Traceback (most recent call last):
> File "/addon/local/wikifarm/1.9/moin.cgi", line 39, in ?
>
> from MoinMoin.web.flup_frontend import
Is email.utils missing from 1.9.0beta2?
I'm trying to get 1.9.0beta2 up and running using CGI, but am hitting this
problem:
Traceback (most recent call last):
File "/addon/local/wikifarm/1.9/moin.cgi", line 39, in ?
from MoinMoin.web.flup_frontend import CGIFrontEnd
File
"/addon/local/M