On Thursday 7. April 2016 11.53.02 Renato Pontefice wrote:
> Hi,
> I'm trying to install moinmoin2 to a win 7 pc.
> I've alreadi installe python 2.7, and it is on PATH.
> When i try to run the wikiconfig.py, I obtain that:
> _____________________________________________________
> C:\Users\renatop\moin\moin-2.0>python wikiconfig.py
> Traceback (most recent call last):
>   File "wikiconfig.py", line 36, in <module>
>     from MoinMoin.config.default import DefaultConfig,
> _default_password_checker
> 
>   File "C:\Users\renatop\moin\moin-2.0\MoinMoin\config\default.py", line
> 17, in
> <module>
>     from babel import parse_locale
> ImportError: No module named babel
> ______________________________________________________
> 
> what does this error mean?

It means that the babel module is not installed:

https://pypi.python.org/pypi/Babel

For people using Debian, the python-babel package provides this software. 
Other operating system distributions probably provide similarly-named 
packages.

Paul

------------------------------------------------------------------------------
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to