[Mailman-Developers] New to mailman

Sandesh Agrawal sakuag333 at gmail.com
Fri Dec 21 10:19:33 CET 2012


while running this :

from mailman.commands.tests.test_control import make_config

i got the following error:

-------------------------------------------------------------------------------------------
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "mailman/__init__.py", line 50, in <module>
    from mailman.core.i18n import initialize
  File "mailman/core/i18n.py", line 31, in <module>
    from flufl.i18n import PackageStrategy, registry
ImportError: No module named flufl.i18n

-----------------------------------------------------------------------------------------------------
 flufl.i18n is present in "eggs" directory which is above the mailman
directory in hierarchy , so just mentioning "from flufl.i18n" can not
detect the required python module.

How can this problem be fixed ?


More information about the Mailman-Developers mailing list