[Moin-user] re: Starting standaloneserver

Reimar Bauer R.Bauer at fz-juelich.de
Sat Jan 1 02:03:06 EST 2005


Happy new year,


Here are the changes I did in moin.py

import sys
sys.path.append('/home/user/share/moin/mywiki')
sys.path.append('/home/user/lib/python2.3/site-packages')

sys must be used to be able to append something to the path.
You need to do two appendings, the one where your wiki is. This is needed to 
find wikiconfig. The other one is to find the MoinMoin library.

Thats all

Reimar




-- 
Forschungszentrum Juelich
email: R.Bauer at fz-juelich.de
http://www.fz-juelich.de/icg/icg-i/
==================================================================
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: signature
URL: <http://mail.python.org/pipermail/moin-user/attachments/20050101/991d30aa/attachment.sig>


More information about the Moin-user mailing list