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)
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
--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---