On Tue, Apr 21, 2009 at 7:18 AM, gerhard <ge01...@yahoo.de> wrote: > > OK, I tried > (and probably did it wrong: I simply copied the spkg into > the spkg/optional and ran sage -i moin-1.7.2.p0.spkg)
You have to apply the patch trac_3693-combined.patch at http://trac.sagemath.org/sage_trac/ticket/3693 to the Sage library in addition to doing what you did above: sage: hg_sage.apply('http://trac.sagemath.org/sage_trac/attachment/ticket/3693/trac_3693-combined.patch') sage: quit sage -br > > So now I get to figure out how to get rid of it, or simply recompile > sage with the next release :-)... > ----------------------------------- > Any way, the result was as follows: > > > sage: wiki() > 2009-04-21 10:12:29,923 WARNING MoinMoin.log:120 using logging > configuration read from built-in fallback in MoinMoin.log module! > ERROR: An unexpected error occurred while tokenizing input > The following traceback may be corrupted or invalid > The error message is: ('EOF in multi-line statement', (33, 0)) > > --------------------------------------------------------------------------- > ImportError Traceback (most recent call > last) > > /home/user/CODE/UPE/upesim/trunk/matlab/ShiftRegisterSequences/ > <ipython console> in <module>() > > /opt/Installed/sage/local/lib/python2.5/site-packages/sage/server/wiki/ > moin.pyc in wiki(directory, port, address, threads) > 51 """ > 52 if not os.path.exists(directory): > ---> 53 wiki_create_instance(directory) > 54 os.chdir(directory) > 55 > > /opt/Installed/sage/local/lib/python2.5/site-packages/sage/server/wiki/ > moin.pyc in wiki_create_instance(directory) > 20 # if you change the default sage_wiki, you must also change > local/bin/sage-wiki > 21 def wiki_create_instance(directory='sage_wiki'): > ---> 22 from MoinMoin.server.standalone import StandaloneConfig, > run > 23 > 24 share = '%s/share/moin'%misc.SAGE_LOCAL > > ImportError: No module named standalone > > > -- 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---