Hi Dan,
You are totally right. The problem is that Sage can't start maxima.
Here is part of the output when I typed

sage: var('x k w')
(x, k, w)
sage: f = x^3 * e^(k*x) * sin(w*x); f
---------------------------------------------------------------------------
RuntimeError                              Traceback (most recent call
last)
...
RuntimeError: Unable to start maxima

So, I guess I need to fix this first (how I don't know). right?

---Alex

On Mar 5, 4:13 am, Dan Drake <dr...@kaist.edu> wrote:
> On Wed, 04 Mar 2009 at 10:08PM -0800, Craig Citro wrote:
> > > Do you know the sagetex package? I followed the directions to use the
> > > sagetex package, without successful. I tried with the example and I
> > > got the following messages:
>
> > Honestly, I've never used sagetex myself -- I hear it's really cool.
> > Dan Drake is the man to ask -- I'm pretty sure he reads sage-support,
>
> He not only reads sage-support, but occasionally refers to himself in
> the third person...
>
> As for your question:
>
>
>
> On Wed, 04 Mar 2009 at 10:35PM -0800, Alex Lara wrote:
> > I was trying to use the sagetex package unsuccessfully. I tried with
> > example.tex.
> > After I start running sage example.tex I got the following messages:
> > Processing Sage code for example.tex...
> > Inline formula 0
> > Inline formula 1
> > Inline formula 2
> > Inline formula 3
> > Code block begin...
> > **** Error in Sage code on line 33 of example.tex! Traceback follows.
> > Traceback (most recent call last):
> > .
> > .
> > .
> > raise RuntimeError, "Unable to start %s"%self.__name
> > RuntimeError: Unable to start maxima
>
> This is a problem with Sage, not SageTeX. For some reason, Sage can't
> start Maxima. What happens if you start Sage normally and try to do some
> calculus?
>
> Dan
>
> --
> ---  Dan Drake <dr...@kaist.edu>
> -----  KAIST Department of Mathematical Sciences
> -------  http://mathsci.kaist.ac.kr/~drake
>
>  signature.asc
> < 1KViewDownload
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to