On Thu, Nov 26, 2009 at 5:27 AM, Surendran Karippadath <kksinfin...@gmail.com> wrote: > Hello, > > I am compiling sage ( 4.1.2 and 4.2.1 on 32bit Debian Stable gcc-4.3.2 > and 4.2.6) I find the wiki() function at the sage: prompt raises > error and no wiki -page appears. The result is the following--
Hi, I'm sorry that nobody has responded to you about this yet. The moinmoin support in Sage has languished. All the wiki() command in Sage does is setup a moinmoin wiki install that is run on top of Twisted. You could just try directly installing moinmoin and reading their documentation to see how to setup a wiki -- in the long run this will give you more control. Unfortunately, I can't fix this problem right now, since I have to finish some other things in preparation for the next Sage workshop (which is this week). But hopefully somebody will look at it soon. Many thanks again for your bug report, William > > sage: wiki() > > /home/angeli/sage-4.1.2/local/lib/python2.6/site-packages/MoinMoin/ > user.py:9: DeprecationWarning: the sha module is deprecated; use the > hashlib module instead > import os, time, sha, codecs > /home/angeli/sage-4.1.2/local/lib/python2.6/site-packages/twisted/ > persisted/sob.py:12: DeprecationWarning: the md5 module is deprecated; > use hashlib instead > import os, md5, sys > /home/angeli/sage-4.1.2/local/lib/python2.6/site-packages/MoinMoin/ > user.py:9: DeprecationWarning: the sha module is deprecated; use the > hashlib module instead > import os, time, sha, codecs > 2009-11-19 17:27:03+0530 [-] Log opened. > 2009-11-19 17:27:03+0530 [-] twistd 8.2.0 (/home/angeli/sage-4.1.2/ > local/bin/python 2.6.2) starting up. > 2009-11-19 17:27:03+0530 [-] reactor class: > twisted.internet.selectreactor.SelectReactor. > 2009-11-19 17:27:03+0530 [-] MoinMoin.server.twistedmoin.MoinSite > starting on 9000 > 2009-11-19 17:27:03+0530 [-] Starting factory > <MoinMoin.server.twistedmoin.MoinSite instance at 0x895480c> > 2009-11-19 17:27:04+0530 [-] set uid/gid 1000/1000 > 2009-11-19 17:28:09+0530 [HTTPChannel,0,127.0.0.1] /home/angeli/ > sage-4.1.2/local/lib/python2.6/site-packages/MoinMoin/request.py:1485: > exceptions.DeprecationWarning: IPv4Address.__getitem__ is deprecated. > Use attributes instead. > > 2009-11-19 17:28:13+0530 [HTTPChannel,0,127.0.0.1] [Thu Nov 19 > 17:28:13 2009] ValueError: Cannot process flags argument with a > compiled pattern > > 2009-11-19 17:28:13+0530 [-] 127.0.0.1 - - [19/Nov/2009:11:58:13 > +0000] "GET / HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; U; Linux i686; > en; rv:1.9.0.15) Gecko/20080528 Epiphany/2.22" > > I have never experienced this problem with linux binaries. What is > possibly the problem - python2.6? > > I must record the wonderful experience of watching SAGE compiling for > 6 to 8 hours. > > All the best. > > -- > To post to this group, send email to sage-support@googlegroups.com > To unsubscribe from this group, send email to > sage-support-unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org