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--
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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
