On Thu, Feb 26, 2009 at 6:15 PM, Dan Drake <dr...@kaist.edu> wrote: > On Thu, 26 Feb 2009 at 11:00AM -0800, dracero wrote: >> I new with SAGE and I trying to use it with moodle. I install the >> Algebra´s module for moodle but i need to start the SAGE XML-RPC >> server. I read the instructiosn in the SAGE´s install file but I just >> found how to start the notebook server but didn´t find anything about >> XML-RPC server. >> ¿Could anyone help me to solve my problem?
Check out http://docs.python.org/library/simplexmlrpcserver.html#simple-xmlrpc-servers xmlrpc is a general Python capability that Sage just inherits. You can use any of Sage's functionality through xmlrpc. As Dan Mentioned this is disjoint from the sage notebook, which doesn't use xmlrpc. William > > The notebook server doesn't use XML-RPC (at least, not that I know of). > If you need remote access to Sage, there is a JSON-based API: > > http://trac.sagemath.org/sage_trac/ticket/2346 > http://hg.sagemath.org/sage-main/file/b0aa7ef45b3c/sage/server/simple/twist.py > > Just out of curiosity, what to do want to do with Sage and Moodle? > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---