On 10/06/2010 03:21 PM, mhampton wrote: > I am having trouble getting a wiki working with sage-4.6.alpha2. I > have a feeling that not many people use the wiki command, so maybe it > is not tested well. Can someone else check if it still works? I am > wondering if it is specific to my setup or just broken in general.
On sage.math I get $ sage ---------------------------------------------------------------------- | Sage Version 4.6.alpha2, Release Date: 2010-09-29 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- ********************************************************************** * * * Warning: this is a prerelease version, and it may be unstable. * * * ********************************************************************** sage: wiki(address='',port=8008) ************************************************** * * * Open your web browser to http://:8008 * * * ************************************************** 2010-10-06 15:28:08,695 WARNING MoinMoin.log:139 using logging configuration read from built-in fallback in MoinMoin.log module! 2010-10-06 15:28:09-0700 [-] Log opened. 2010-10-06 15:28:09-0700 [-] twistd 9.0.0 (/home/mpatel/apps/sage/local/bin/python 2.6.4) starting up. 2010-10-06 15:28:09-0700 [-] reactor class: twisted.internet.selectreactor.SelectReactor. 2010-10-06 15:28:09-0700 [-] twisted.web.server.Site starting on 8008 2010-10-06 15:28:09-0700 [-] Starting factory <twisted.web.server.Site instance at 0xb48200> 2010-10-06 15:28:13,054 INFO MoinMoin.config.multiconfig:127 using wiki config: /home/mpatel/sage_wiki/wikiconfig.py 2010-10-06 15:28:15,173 WARNING MoinMoin.Page:1391 The page "MissingPage" could not be found. Check your underlay directory setting. 2010-10-06 15:28:15-0700 [HTTPChannel,0,99.72.191.81] /home/mpatel/sage_wiki/data/plugin/parser/jsmath.py:25: exceptions.DeprecationWarning: the sha module is deprecated; use the hashlib module instead [...] and I can access the wiki at sage.math.washington.edu:8008. However, pressing Control-C kills the wiki server and immediately starts another at the next available port. This is probably a bug. What behavior do you see? -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
