Hi, Yep. You're the second person to mention this today. This was fixed in the tutorial, but unfortunately got "unfixed" when I rearranged things to get ready for the upcoming release.
I have just refixed that. Hopefully, the new release will be ready before anything else like this is spotted :) Kevin On 10/7/05, bensonh <[EMAIL PROTECTED]> wrote: > > Hi, > If you want to use the mysql db backend you'll have to change in > wiki20/model.py > pagename=StringCol(alternateID=True) to > pagename=StringCol(alternateID=True, length=50) because key length of > key 'pagename' is required. > > Regards, > frank > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

