[Moin-user] Problem with Stand-alone installation

Thomas Waldmann tw-public at gmx.de
Thu Feb 14 03:11:40 EST 2008


> I am trying to set up a stand-alone server on Windows XP with the newest 
> 1.6.1.
> "import MoinMoin" works fine in the python interpreter.
> But when starting moin.py in my created wiki-Instance I get:
> 
> Loading ...
> Traceback (most recent call last):
>   File "moin.py", line 47, in <module>
>     from MoinMoin.server.server_standalone import StandaloneConfig, run
> ImportError: No module named MoinMoin.server.server_standalone
> 
> What could be the problem?

You forgot to edit moin.py. There is a sys.path.insert statement that 
should match your setup, so the moin.cgi finds the MoinMoin code module 
and also the wiki configuration.




More information about the Moin-user mailing list