[sage-support] Re: sage/moin moin wiki, jsmath question

2009-04-21 Thread Burcin Erocal

On Mon, 20 Apr 2009 15:01:09 -0700 (PDT)
gerhard ge01...@yahoo.de wrote:

 
 This used to work?
 
 I started the moinmoin wiki from sage,
 and generated a page. I tried to insert $y = e^s$,
 expecting to see the equation rendered.
 Instead, I got the text as is (verbatim).
 
 There is no jsmath button at the bottom right of the screen.
 Is there an installation step I forgot about?

This is a known issue, it's tracked here:

http://trac.sagemath.org/sage_trac/ticket/5341


The last comment on that page says the updated package at 

http://trac.sagemath.org/sage_trac/ticket/3693

fixes the issue. 

Perhaps you can try that and report if it works for you?


Cheers,
Burcin

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[sage-support] Re: sage/moin moin wiki, jsmath question

2009-04-21 Thread gerhard

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 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
-~--~~~~--~~--~--~---



[sage-support] Re: sage/moin moin wiki, jsmath question

2009-04-21 Thread William Stein

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
-~--~~~~--~~--~--~---



[sage-support] Re: sage/moin moin wiki, jsmath question

2009-04-21 Thread gerhard

Thank you.
Did that. Now I get the wiki, but when I try to create a starting
page,
I now get a message

You are not allowed to edit this page

Any guess as to the identity of You?,
or rather the directory it is trying to create a page in?

Thanks,
-gerhard


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---