[sage-support] Re: Problems using sagetex package

2009-03-06 Thread Alex Lara
Sagetex is working!!! (and also Maxima). I did the following: I found that LANG=ex_MX.UTF-8 but .bashrc had export LC_ALL=C. So I commented and run sudo dpkg-reconfigure locales After that Maxima start to works. Thanks for the support. Alex On Mar 6, 8:54 am, Robert Dodier wrote: > Will

[sage-support] Re: Problems using sagetex package

2009-03-06 Thread Robert Dodier
On Mar 6, 8:56 am, William Stein wrote: > That said -- I'm really looking forward to Sage switching to Maxima + ECL. I;'m pretty sure ECL will exhibit some variation on Clisp's behavior, for better or worse. Robert Dodier --~--~-~--~~~---~--~~ To post to this gr

[sage-support] Re: Problems using sagetex package

2009-03-06 Thread William Stein
On Fri, Mar 6, 2009 at 7:54 AM, Robert Dodier wrote: > > William Stein wrote: > >> > On Thu, 05 Mar 2009 at 10:45PM -0800, Alex Lara wrote: > >> >> *** - invalid byte #xC3 in CHARSET:ASCII conversion > > Try this: change the environment variable LC_CTYPE > e.g. LC_CTYPE=ES_es or LC_CTYPE=ES_es.UT

[sage-support] Re: Problems using sagetex package

2009-03-06 Thread Robert Dodier
William Stein wrote: > > On Thu, 05 Mar 2009 at 10:45PM -0800, Alex Lara wrote: > >> *** - invalid byte #xC3 in CHARSET:ASCII conversion Try this: change the environment variable LC_CTYPE e.g. LC_CTYPE=ES_es or LC_CTYPE=ES_es.UTF-8 or something like that. Or maybe somehow indicated ISO 8859-1 o

[sage-support] Re: Problems using sagetex package

2009-03-06 Thread William Stein
On Fri, Mar 6, 2009 at 7:28 AM, Alex Lara wrote: > > Hi there, > > I suppose it has to be with permissions. Sage is installed at my home > directory. If a run sage as a root (su and then ./sage) maxima > works!!! But if only run sage with sudo ./sage it does'nt. > > Do you have an idea why is tha

[sage-support] Re: Problems using sagetex package

2009-03-06 Thread Alex Lara
Hi there, I suppose it has to be with permissions. Sage is installed at my home directory. If a run sage as a root (su and then ./sage) maxima works!!! But if only run sage with sudo ./sage it does'nt. Do you have an idea why is that? ---Alex On Mar 6, 8:21 am, William Stein wrote: > On Fri,

[sage-support] Re: Problems using sagetex package

2009-03-06 Thread William Stein
On Fri, Mar 6, 2009 at 1:33 AM, Dan Drake wrote: > On Thu, 05 Mar 2009 at 10:45PM -0800, Alex Lara wrote: >> > What do you get when you run "sage -maxima"? >> > >> > --Mike >> >> I got this: >> >> *** - invalid byte #xC3 in CHARSET:ASCII conversion >> Break 1 [4]> > > I am totally guessing here,

[sage-support] Re: Problems using sagetex package

2009-03-06 Thread Dan Drake
On Thu, 05 Mar 2009 at 10:45PM -0800, Alex Lara wrote: > > What do you get when you run "sage -maxima"? > > > > --Mike > > I got this: > > *** - invalid byte #xC3 in CHARSET:ASCII conversion > Break 1 [4]> I am totally guessing here, but is there a non-ascii character somewhere in the path to yo

[sage-support] Re: Problems using sagetex package

2009-03-05 Thread Alex Lara
On Mar 5, 11:13 pm, Mike Hansen wrote: > Hi Alex, > > On Thu, Mar 5, 2009 at 9:37 PM, Alex Lara wrote: > > > Hi Marshall > > > I'm using Ubuntu 8.04, in a laptop Dell inspiron 1420. I installed > > from source. I have 3.1.1. and 3.2.3. I was checking, maxima does not > > work at all. I can't do

[sage-support] Re: Problems using sagetex package

2009-03-05 Thread Mike Hansen
Hi Alex, On Thu, Mar 5, 2009 at 9:37 PM, Alex Lara wrote: > > Hi Marshall > > I'm using Ubuntu 8.04, in a laptop Dell inspiron 1420. I installed > from source. I have 3.1.1. and 3.2.3. I was checking, maxima does not > work at all. I can't do a simple example like: > > sage: x = var('x') > sage:

[sage-support] Re: Problems using sagetex package

2009-03-05 Thread Alex Lara
Hi Marshall I'm using Ubuntu 8.04, in a laptop Dell inspiron 1420. I installed from source. I have 3.1.1. and 3.2.3. I was checking, maxima does not work at all. I can't do a simple example like: sage: x = var('x') sage: solve(x^2 + 3*x + 2, x) ---Alex On Mar 5, 9:38 pm, Marshall Hampton wro

[sage-support] Re: Problems using sagetex package

2009-03-05 Thread Marshall Hampton
What operating system and type of computer are you using? Did you install from source or with a binary? -M. Hampton On Mar 5, 9:42 pm, Alex Lara wrote: > Hi Drake, > > I didn't work. I have to versions of sage (3.1.1 and 3.2.3) running on > my laptop. Really I don't have any clue of what's hap

[sage-support] Re: Problems using sagetex package

2009-03-05 Thread Alex Lara
Hi Drake, I didn't work. I have to versions of sage (3.1.1 and 3.2.3) running on my laptop. Really I don't have any clue of what's happening. ---Alex. On Mar 5, 4:03 pm, Dan Drake wrote: > On Thu, 05 Mar 2009 at 05:44AM -0800, Alex Lara wrote: > > Hi Dan, > > You are totally right. The problem

[sage-support] Re: Problems using sagetex package

2009-03-05 Thread Dan Drake
On Thu, 05 Mar 2009 at 05:44AM -0800, Alex Lara wrote: > 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 >

[sage-support] Re: Problems using sagetex package

2009-03-05 Thread Alex Lara
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

[sage-support] Re: Problems using sagetex package

2009-03-05 Thread Dan Drake
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

[sage-support] Re: Problems using sagetex package

2009-03-05 Thread Harald Schilly
On Mar 5, 7:35 am, Alex Lara wrote: > > RuntimeError: Unable to start maxima > Hi, I've never seen this error before. If you just start sage in the commandline from the directory where the tex files are, can you do symbolic operations? (i.e. works maxima ?) H --~--~-~--~~-