> 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. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
