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 ?
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to