I upgraded a basically pristine Ubuntu Hardy box to Intrepid this afternoon
to get at a MoinMoin version > 1.5.x.   So now I have 1.7.1:

    # apt-cache show python-moinmoin
    Package: python-moinmoin
    Priority: optional
    Section: python
    Installed-Size: 23164
    Maintainer: Ubuntu Core Developers <[EMAIL PROTECTED]>
    Original-Maintainer: Jonas Smedegaard <[EMAIL PROTECTED]>
    Architecture: all
    Source: moin
    Version: 1.7.1-1ubuntu1
    ...

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?

Thanks,

-- 
Skip Montanaro - [EMAIL PROTECTED] - http://smontanaro.dyndns.org/

-------------------------------------------------------------------------
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