I decided to toy around with the new beta that was posted the other day on
my Moin test server.  I've already switched to Apache & mod_wsgi for moin
1.8.  I replaced the moin.wsgi from 1.8 with the new one from 1.9beta.
However, when I try to hit the main page, I get a "500 Internal Server
Error".  Below is the output of the Apache error.log...  Any thoughts?


[Tue Feb 17 17:07:51 2009] [warn] mod_wsgi: Compiled for Python/2.5.
[Tue Feb 17 17:07:51 2009] [warn] mod_wsgi: Runtime using Python/2.5.4.
[Tue Feb 17 17:07:51 2009] [warn] mod_wsgi: Python module path
'C:\\WINNT\\system32\\python25.zip;D:\\Python25\\Lib;D:\\Python25\\DLLs;D:\\Python25\\Lib\\lib-tk;;C:\\Program
Files\\Apache Group\\Apache2\\bin'.
[Tue Feb 17 17:07:51 2009] [info] mod_wsgi: Initializing Python.
[Tue Feb 17 17:07:51 2009] [notice] Apache configured -- resuming normal
operations
[Tue Feb 17 17:07:51 2009] [notice] Server built: Apr 29 2006 17:47:10
[Tue Feb 17 17:07:51 2009] [notice] Parent: Created child process 2552
[Tue Feb 17 17:07:52 2009] [warn] mod_wsgi: Compiled for Python/2.5.
[Tue Feb 17 17:07:52 2009] [warn] mod_wsgi: Runtime using Python/2.5.4.
[Tue Feb 17 17:07:52 2009] [warn] mod_wsgi: Python module path
'C:\\WINNT\\system32\\python25.zip;D:\\Python25\\Lib;D:\\Python25\\DLLs;D:\\Python25\\Lib\\lib-tk;;C:\\Program
Files\\Apache Group\\Apache2\\bin'.
[Tue Feb 17 17:07:52 2009] [info] mod_wsgi: Initializing Python.
[Tue Feb 17 17:07:52 2009] [notice] Child 2552: Child process is running
[Tue Feb 17 17:07:52 2009] [info] Parent: Duplicating socket 196 and sending
it to child process 2552
[Tue Feb 17 17:07:52 2009] [info] mod_wsgi (pid=2552): Attach interpreter
''.
[Tue Feb 17 17:07:52 2009] [notice] Child 2552: Acquired the start mutex.
[Tue Feb 17 17:07:52 2009] [notice] Child 2552: Starting 250 worker threads.
[Tue Feb 17 17:07:57 2009] [info] mod_wsgi (pid=2552): Create interpreter '
wikibeta.cognitivearts.com|/main'.
[Tue Feb 17 17:07:57 2009] [info] [client 172.25.60.90] mod_wsgi (pid=2552,
process='', application='wikibeta.cognitivearts.com|/main'): Loading WSGI
script 'D:/moin/moin.wsgi'.
[Tue Feb 17 17:07:57 2009] [error] 2009-02-17 17:07:57,142 WARNING
MoinMoin.log:139 using logging configuration read from built-in fallback in
MoinMoin.log module!
[Tue Feb 17 17:07:57 2009] [error] [client 172.25.60.90] mod_wsgi
(pid=2552): Target WSGI script 'D:/moin/moin.wsgi' cannot be loaded as
Python module.
[Tue Feb 17 17:07:57 2009] [error] [client 172.25.60.90] mod_wsgi
(pid=2552): Exception occurred processing WSGI script 'D:/moin/moin.wsgi'.
[Tue Feb 17 17:07:57 2009] [error] [client 172.25.60.90] Traceback (most
recent call last):
[Tue Feb 17 17:07:57 2009] [error] [client 172.25.60.90]   File
"D:/moin/moin.wsgi", line 49, in <module>
[Tue Feb 17 17:07:57 2009] [error] [client 172.25.60.90]     from
MoinMoin.wsgiapp import application
[Tue Feb 17 17:07:57 2009] [error] [client 172.25.60.90]   File
"d:\\python25\\Lib\\site-packages\\MoinMoin\\wsgiapp.py", line 9, in
<module>
[Tue Feb 17 17:07:57 2009] [error] [client 172.25.60.90]     from
MoinMoin.web.contexts import AllContext, Context, XMLRPCContext
[Tue Feb 17 17:07:57 2009] [error] [client 172.25.60.90]   File
"d:\\python25\\Lib\\site-packages\\MoinMoin\\web\\contexts.py", line 19, in
<module>
[Tue Feb 17 17:07:57 2009] [error] [client 172.25.60.90]     from
MoinMoin.theme import load_theme_fallback
[Tue Feb 17 17:07:57 2009] [error] [client 172.25.60.90]   File
"D:\\Python25\\lib\\site-packages\\MoinMoin\\theme\\__init__.py", line 10,
in <module>
[Tue Feb 17 17:07:57 2009] [error] [client 172.25.60.90]     from
MoinMoin.action import get_available_actions
[Tue Feb 17 17:07:57 2009] [error] [client 172.25.60.90] ImportError: cannot
import name get_available_actions
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to