--- On Thu, 11/13/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> to get at a MoinMoin version > 1.5.x.   So now I have
> 1.7.1:

> However, a simple little smoketest fails:
> 
>     # python
>     Python 2.5.2 (r252:60911, Oct  5 2008, 19:24:49)
>     [GCC 4.3.2] on linux2
>     Type "help", "copyright",
> "credits" or "license" for more
> information.
>     >>> import MoinMoin
>     >>> import MoinMoin.macro
>     2008-11-13 13:52:08,206 WARNING MoinMoin.log:120 using
> logging configuration
>     read from built-in fallback in MoinMoin.log module!
>     Traceback (most recent call last):
>       File "<stdin>", line 1, in
> <module>
>       File
> "/var/lib/python-support/python2.5/MoinMoin/macro/__init__.py",
> line
>       51, in <module>
>         class Macro:
>       File
> "/var/lib/python-support/python2.5/MoinMoin/macro/__init__.py",
> line
>       79, in Macro
>         for lang in i18n.wikiLanguages():
>     TypeError: 'NoneType' object is not iterable
> 
> How do I get around this problem without going outside the
> Ubuntu package
> management environment?

I think that after 1.6.0, there is a new parameter required in wikiconfig.py:
        language_default = 'en'

Roger Haase


      

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to