Re: try to installing moinmoin2 on win 7

Paul Boddie <[email protected]> Thu, 7 Apr 2016 12:50:35 +0200
Newsgroups gmane.comp.web.wiki.moin.general
Message-ID <[email protected]>
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

------------------------------------------------------------------------------