[Systers-dev] virtualenvwrapper installation and Apache configuration error
Terri Oda
terri at zone12.com
Tue Apr 6 07:53:08 PDT 2010
This is the deprecation error it throws when you use Python 2.6 instead
of 2.5. The fastest way to handle this is make sure 2.5 is installed
and then use the flag
-with-python=$location_of_python_2.5
when you run configure.
स्वक्ष wrote:
> Hi,
>
> In the virtualenvwrapper environment, I was able to complete the
> step-by-step-installation** until I started mailman (last command in
> Apache Configuration) which threw these errors:
>
> ** http://systers.org/systers-dev/doku.php/step_by_step_system_installation
>
> (temp)me at ubuntu:/usr/local/mailman$ sudo /etc/init.d/mailman start
> /usr/local/mailman/Mailman/Utils.py:32: DeprecationWarning: the sha
> module is deprecated; use the hashlib module instead
> import sha
> Traceback (most recent call last):
> File "/usr/local/mailman/bin/mailmanctl", line 110, in <module>
> from Mailman.MailList import MailList
> File "/usr/local/mailman/Mailman/MailList.py", line 51, in <module>
> from Mailman.Archiver import Archiver
> File "/usr/local/mailman/Mailman/Archiver/__init__.py", line 17, in <module>
> from Archiver import *
> File "/usr/local/mailman/Mailman/Archiver/Archiver.py", line 32, in <module>
> from Mailman import Mailbox
> File "/usr/local/mailman/Mailman/Mailbox.py", line 21, in <module>
> import mailbox
> File "/usr/lib/python2.6/mailbox.py", line 19, in <module>
> import email.message
> ImportError: No module named message
>
> Any help is appreciated.
> Thanks
To contribute to this conversation, send mail to <=?UTF-8?B?4KS44KWN4KS14KSV4KWN4KS3?= >
More information about the Systers-dev
mailing list