[sage-devel] Re: Problem with mercurial-2.2.2.p0

2012-10-05 Thread Jean-Pierre Flori
I got similar problems for a long time, I just don't build Sage in folders whose names contain accents :) On Friday, October 5, 2012 7:32:50 PM UTC+2, Aleksandar Markovic wrote: > > Hi, > > I am trying to install sage from source (since from binary it does not > work), and I have a problem with

Re: [sage-devel] Problem with mercurial-2.2.2.p0

2012-10-05 Thread Dan Drake
On Fri, 05 Oct 2012 at 08:46PM +0200, Jeroen Demeyer wrote: > I'd say it's a problem with Python. Python works fine with non-ASCII characters -- if you declare the encoding. I suppose you could say that needing to declare the encoding is the problem, but then Python would have to figure out the en

Re: [sage-devel] Problem with mercurial-2.2.2.p0

2012-10-05 Thread Volker Braun
Maybe time to upgrade to Python 3? Much improved unicode seems to be one of the major selling points... On Friday, October 5, 2012 7:46:56 PM UTC+1, Jeroen Demeyer wrote: > > On 2012-10-05 19:56, Dan Drake wrote: > > On Fri, 05 Oct 2012 at 10:32AM -0700, Aleksandar Markovic wrote: > >> SyntaxE

Re: [sage-devel] Problem with mercurial-2.2.2.p0

2012-10-05 Thread Jeroen Demeyer
On 2012-10-05 19:56, Dan Drake wrote: > On Fri, 05 Oct 2012 at 10:32AM -0700, Aleksandar Markovic wrote: >> SyntaxError: Non-ASCII character '\xc3' in file >> /home/aleksandar/Téléchargements/sage-5.3/local/bin/hg on line 1, but >> no encoding declared; see http://www.python.org/peps/pep-0263.html

Re: [sage-devel] Please review optional GCC-4.7.2 spkg (#13150)

2012-10-05 Thread Jeroen Demeyer
On 2012-10-05 18:43, Andrea Lazzarotto wrote: > Am I missing something? I tried to search online but the only suggestion > I got is to install gcc, gfortran or g++ all of which I already have. You need to apply the patch from http://trac.sagemath.org/sage_trac/ticket/13515 (or use sage-5.4.rc0) -

Re: [sage-devel] Problem with mercurial-2.2.2.p0

2012-10-05 Thread Aleksandar Markovic
Thanks. It seems to work. I forgot those stupid french 'é' and 'è'! Aleks -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send email to sage-devel

Re: [sage-devel] Problem with mercurial-2.2.2.p0

2012-10-05 Thread Dan Drake
On Fri, 05 Oct 2012 at 10:32AM -0700, Aleksandar Markovic wrote: > SyntaxError: Non-ASCII character '\xc3' in file > /home/aleksandar/Téléchargements/sage-5.3/local/bin/hg on line 1, but > no encoding declared; see http://www.python.org/peps/pep-0263.html for > details Mercurial is complaining bec

[sage-devel] Problem with mercurial-2.2.2.p0

2012-10-05 Thread Aleksandar Markovic
Hi, I am trying to install sage from source (since from binary it does not work), and I have a problem with mercurial-2.2.2.p0. I am working on fedora 17, on an Asus Ul-something. Here is the last part of the installation: SyntaxError: Non-ASCII character '\xc3' in file /home/aleksandar/Télé

[sage-devel] Re: Cygwin on XP attempt

2012-10-05 Thread John H Palmieri
On Friday, October 5, 2012 10:09:38 AM UTC-7, kcrisman wrote: > > > >> User 1@GCO2635 /home/newsagetest/sage-5.4.rc0/devel/sage >> $../../sage -t sage/functions/piecewise.py >> sage -t "devel/sage-main/sage/functions/piecewise.py" >> python: can't open file 'home/User': [Errno 2] No such file or

[sage-devel] Re: Cygwin on XP attempt

2012-10-05 Thread kcrisman
> > User 1@GCO2635 /home/newsagetest/sage-5.4.rc0/devel/sage > $../../sage -t sage/functions/piecewise.py > sage -t "devel/sage-main/sage/functions/piecewise.py" > python: can't open file 'home/User': [Errno 2] No such file or directory > > Apparently sage -t tries to make a temp directory somewh

[sage-devel] Re: Cygwin on XP attempt

2012-10-05 Thread kcrisman
On Friday, October 5, 2012 12:46:02 PM UTC-4, kcrisman wrote: > > >>> Still couldn't import maxima_lib when it tried to build doc (I only have >>> the p0 from #13324, so I guess I missed that I should use #9167), and then >>> it failed anyway with what appears to be a "need to rebase" error. S

[sage-devel] Re: Cygwin on XP attempt

2012-10-05 Thread kcrisman
> > >> Still couldn't import maxima_lib when it tried to build doc (I only have >> the p0 from #13324, so I guess I missed that I should use #9167), and then >> it failed anyway with what appears to be a "need to rebase" error. Still, >> this is good news. >> > Yup, for the maxima_lib thingy y

[sage-devel] Re: Cygwin on XP attempt

2012-10-05 Thread Jean-Pierre Flori
On Friday, October 5, 2012 5:05:10 PM UTC+2, kcrisman wrote: > > > > On Thursday, October 4, 2012 12:07:27 PM UTC-4, kcrisman wrote: >> >> >> > >> > Should we continue this conversation in a new thread, or on >> sage-windows? >> >> For now I'll leave it on sage-devel... though this is mainly f

[sage-devel] Re: Cygwin on XP attempt

2012-10-05 Thread kcrisman
On Thursday, October 4, 2012 12:07:27 PM UTC-4, kcrisman wrote: > > > > > > Should we continue this conversation in a new thread, or on > sage-windows? > > For now I'll leave it on sage-devel... though this is mainly for JP > and/or Dima. > > Other than the cvxopt issue, which I'm sure you'r

[sage-devel] Re: Cygwin on XP attempt

2012-10-05 Thread kcrisman
> > Yup, but I got a bunch of such errors, so still strange I did not get >>> that particular one. >>> Or maybe the cvxopt spkg was updated in between? >>> >> Indeed it was updated in 5.3 and I built 5.2., so this looks fishy. >> > > Yes, in http://trac.sagemath.org/sage_trac/ticket/13160,

[sage-devel] Re: public worksheets

2012-10-05 Thread Volker Braun
Looks good! To decrease the value of sagenb.org as spam link farm we should probably also add add_nofollow=True: html_cleaner = SageCleaner(page_structure=False, remove_tags=('head', 'title'), style=True, add_nofollow=True) On Thursday, October 4, 2012 10:50:25 PM UTC+1, jason wrote: > > Ca

Re: [sage-devel] public worksheets

2012-10-05 Thread Andrea Lazzarotto
By "can people test this" do you mean I am allowed to try to craft an awful piece of malicious code with injected JS (of course without doing something too bad)? Andrea Lazzarotto (inviato da Android) -- You received this message because you are subscribed to the Google Groups "sage-devel" grou

[sage-devel] Upgrade to PARI-2.5.3 (#13534) needs review

2012-10-05 Thread Jeroen Demeyer
A straight-forward upgrade of PARI to version 2.5.3 (released a few days ago). Please review: http://trac.sagemath.org/sage_trac/ticket/13534 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googleg