[Moin-user] [Error] No module named filters
R.Bauer
rb.proj at gmail.com
Thu Aug 25 07:38:55 EDT 2011
Am 25.08.2011 11:14, schrieb Xarkam xarkam:
> Hi,
> Today, i have one error on my moinmoin:
How do you have installed moin - from its tar archive
(http://static.moinmo.in/files/moin-1.9.3.tar.gz) ?
did you run
python setup.py install --force ?
It is in setup.py packages defined see
http://hg.moinmo.in/moin/1.9/file/89882824b375/setup.py#l315
If you run a older moin version it can be that it is missing, because we
fixed it by http://hg.moinmo.in/moin/1.9/diff/436048b821a5/setup.py
in 2008.
Because you haven't told your moin version it must be something before
1.8.0beta3.
Then you also should do an upgrade because of several
http://moinmo.in/SecurityFixes
cheers
Reimar
>
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] mod_wsgi
> (pid=3049): Exception occurred processing WSGI script
> '/home/sites/wiki/moin.wsgi'.
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] Traceback (most
> recent call last):
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] File
> "/usr/lib/pymodules/python2.6/MoinMoin/support/werkzeug/utils.py", line 248,
> in __call__
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] return
> self.app(environ, start_response)
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] File
> "/usr/lib/pymodules/python2.6/MoinMoin/wsgiapp.py", line 282, in __call__
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] response =
> run(context)
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] File
> "/usr/lib/pymodules/python2.6/MoinMoin/wsgiapp.py", line 88, in run
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] response =
> dispatch(request, context, action_name)
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] File
> "/usr/lib/pymodules/python2.6/MoinMoin/wsgiapp.py", line 136, in dispatch
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] response =
> handle_action(context, pagename, action_name)
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] File
> "/usr/lib/pymodules/python2.6/MoinMoin/wsgiapp.py", line 195, in
> handle_action
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82]
> handler(context.page.page_name, context)
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] File
> "/usr/lib/pymodules/python2.6/MoinMoin/action/__init__.py", line 268, in
> do_show
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82]
> content_only=content_only,
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] File
> "/usr/lib/pymodules/python2.6/MoinMoin/Page.py", line 1198, in send_page
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82]
> start_line=pi['lines'])
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] File
> "/usr/lib/pymodules/python2.6/MoinMoin/Page.py", line 1292, in
> send_page_content
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82]
> self.execute(request, parser, code)
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] File
> "/usr/lib/pymodules/python2.6/MoinMoin/Page.py", line 1323, in execute
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] exec code
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] File
> "AideDeMiseEnForme", line 172, in <module>
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] File
> "/usr/lib/pymodules/python2.6/MoinMoin/formatter/__init__.py", line 348, in
> parser
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] p.format(self)
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] File
> "/usr/lib/pymodules/python2.6/MoinMoin/parser/highlight.py", line 174, in
> format
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] lexer =
> pygments.lexers.get_lexer_by_name(self.syntax)
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] File
> "/usr/lib/pymodules/python2.6/MoinMoin/support/pygments/lexers/__init__.py",
> line 74, in get_lexer_by_name
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82]
> _load_lexers(module_name)
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] File
> "/usr/lib/pymodules/python2.6/MoinMoin/support/pygments/lexers/__init__.py",
> line 32, in _load_lexers
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] mod =
> __import__(module_name, None, None, ['__all__'])
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] File
> "/usr/lib/pymodules/python2.6/MoinMoin/support/pygments/lexers/agile.py",
> line 14, in <module>
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] from
> pygments.lexer import Lexer, RegexLexer, ExtendedRegexLexer, \\
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] File
> "/usr/lib/pymodules/python2.6/MoinMoin/support/pygments/lexer.py", line 14,
> in <module>
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] from
> pygments.filters import get_filter_by_name
> [Thu Aug 25 11:06:37 2011] [error] [client 192.168.1.82] ImportError: No
> module named filters
>
> It's a python module error or moinmoin file corrupted ?
>
>
>
>
> ------------------------------------------------------------------------------
> EMC VNX: the world's simplest storage, starting under $10K
> The only unified storage solution that offers unified management
> Up to 160% more powerful than alternatives and 25% more efficient.
> Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
>
>
>
> _______________________________________________
> Moin-user mailing list
> Moin-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/moin-user
More information about the Moin-user
mailing list