Re: [Moin-user] running wikiserver.py, upgrade from 1.8.4 to 1.9.3

2010-10-27 Thread R.Bauer
Am 27.10.2010 14:09, schrieb jurri...@rivierenland.xs4all.nl: > From: R.Bauer > Date: Wed, Oct 27, 2010 at 10:59:04AM +0200 >>> >>> superuser = u"Jurriaan" >> >> this must be a list, change it to superuser = [u"Jurriaan", ] >> >> see pre section "Becoming superuser" of LanguageSetup > > right. I

Re: [Moin-user] running wikiserver.py, upgrade from 1.8.4 to 1.9.3

2010-10-27 Thread Thomas Waldmann
> > this must be a list, change it to superuser = [u"Jurriaan", ] > right. I'm so used to reading [ ] as optional this-or-that, that I > didn't consider entering this literally. Live and learn. [] is a python list. > So I'm superuser now. I think there is a reason why this setup won't > work: if

Re: [Moin-user] running wikiserver.py, upgrade from 1.8.4 to 1.9.3

2010-10-27 Thread jurriaan
From: R.Bauer Date: Wed, Oct 27, 2010 at 10:59:04AM +0200 > > > > superuser = u"Jurriaan" > > this must be a list, change it to superuser = [u"Jurriaan", ] > > see pre section "Becoming superuser" of LanguageSetup right. I'm so used to reading [ ] as optional this-or-that, that I didn't consi

Re: [Moin-user] running wikiserver.py, upgrade from 1.8.4 to 1.9.3

2010-10-27 Thread R.Bauer
Am 27.10.2010 12:38, schrieb jurri...@rivierenland.xs4all.nl: > From: Thomas Waldmann > Date: Tue, Oct 26, 2010 at 05:51:41PM +0200 >> On Tue, 2010-10-26 at 17:25 +, Jurriaan wrote: >>> I'm running a personal wiki using moinmoin-1.8.4 on a windows 2003 >>> server. >>> What steps do I have to t

Re: [Moin-user] running wikiserver.py, upgrade from 1.8.4 to 1.9.3

2010-10-27 Thread jurriaan
From: Thomas Waldmann Date: Tue, Oct 26, 2010 at 05:51:41PM +0200 > On Tue, 2010-10-26 at 17:25 +, Jurriaan wrote: > > I'm running a personal wiki using moinmoin-1.8.4 on a windows 2003 > > server. > > What steps do I have to take to upgrade to 1.9.3? > > There is some docs in docs/* in the 1

Re: [Moin-user] running wikiserver.py, upgrade from 1.8.4 to 1.9.3

2010-10-26 Thread Thomas Waldmann
On Tue, 2010-10-26 at 17:25 +, Jurriaan wrote: > I'm running a personal wiki using moinmoin-1.8.4 on a windows 2003 > server. > > My data is in moin-1.8.4/data, my python comes from cygwin (version > 2.6.5). I've not installed anything else (nothing in /usr, for > example). I just run wikiser

[Moin-user] running wikiserver.py, upgrade from 1.8.4 to 1.9.3

2010-10-26 Thread Jurriaan
I'm running a personal wiki using moinmoin-1.8.4 on a windows 2003 server. My data is in moin-1.8.4/data, my python comes from cygwin (version 2.6.5). I've not installed anything else (nothing in /usr, for example). I just run wikiserver.py to start the server (via a service). What steps do I ha