Re: [sage-support] Re: Sage fails to run python script correctly

2012-07-04 Thread Jan Groenewald
Hi On 5 July 2012 08:39, Jan Groenewald wrote: > Hi > > On 5 July 2012 08:00, Dima Pasechnik wrote: > >> >> >> On Thursday, 5 July 2012 00:11:11 UTC+8, Jan Groenewald wrote: >>> >>> Hi >>> >>> On 4 July 2012 17:46, Dima Pasechnik wrote: >>> indeed, it seems to be not reproducible on "stan

[sage-support] Re: Sage fails to run python script correctly

2012-07-04 Thread Caluca
Well it seems I have a little bit of time. I still get the same error when removing the .pyc files beforehand. I tried something new, but this still does not work however there is a slight change in the error. Instead of starting a sage session and then executing my code with: run flowSolver.p

Re: [sage-support] Re: Sage fails to run python script correctly

2012-07-04 Thread Jan Groenewald
Hi On 5 July 2012 08:00, Dima Pasechnik wrote: > > > On Thursday, 5 July 2012 00:11:11 UTC+8, Jan Groenewald wrote: >> >> Hi >> >> On 4 July 2012 17:46, Dima Pasechnik wrote: >> >>> indeed, it seems to be not reproducible on "standard" Sage installs, so >>> far (I also tried Linux x86_64 with S

Re: [sage-support] Re: Sage fails to run python script correctly

2012-07-04 Thread Caluca
@Dima I will try that in about 1.5h. Thanks -- 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 URL: http

Re: [sage-support] Re: Sage fails to run python script correctly

2012-07-04 Thread Dima Pasechnik
On Thursday, 5 July 2012 13:48:15 UTC+8, Caluca wrote: > > Hey guys thank you for your support. Indeed I installed the > upstream-binary through Synaptic after adding the PPA in a terminal. > > If you need any information regarding settings/libraries/packages on my > laptop, please feel free to

Re: [sage-support] Re: Sage fails to run python script correctly

2012-07-04 Thread Dima Pasechnik
On Thursday, 5 July 2012 00:11:11 UTC+8, Jan Groenewald wrote: > > Hi > > On 4 July 2012 17:46, Dima Pasechnik wrote: > >> indeed, it seems to be not reproducible on "standard" Sage installs, so >> far (I also tried Linux x86_64 with Sage 5.1.something) >> >> >> On Wednesday, 4 July 2012 18:38:

[sage-support] Re: Running Sage through Apache2 with Reverse Proxy

2012-07-04 Thread Nils Bruin
On Saturday, September 10, 2011 11:13:33 AM UTC-7, Jonathan Frankel wrote: > > At the very least, I'd like to be able to install my own verified ssl > certificate so that those warnings don't happen. I haven't been able to > find a .crt or .key file, but I found about a dozen .pem files all over

Re: [sage-support] Re: Sage fails to run python script correctly

2012-07-04 Thread Caluca
Hey guys thank you for your support. Indeed I installed the upstream-binary through Synaptic after adding the PPA in a terminal. If you need any information regarding settings/libraries/packages on my laptop, please feel free to ask. -- To post to this group, send email to sage-support@googleg

[sage-support] Re: Running Sage through Apache2 with Reverse Proxy

2012-07-04 Thread erikson1970
Jonathan - Any luck solving this problem? I'm banging my head against the same wall. Reverse proxying through Apache seems to work fine with my Subsonic music server but my Sage session is unhappy with it. same symptoms. Leif On Saturday, September 10, 2011 2:13:33 PM UTC-4, Jonathan Frank

Re: [sage-support] Re: Sage fails to run python script correctly

2012-07-04 Thread Jan Groenewald
Hi On 4 July 2012 17:46, Dima Pasechnik wrote: > indeed, it seems to be not reproducible on "standard" Sage installs, so > far (I also tried Linux x86_64 with Sage 5.1.something) > > > On Wednesday, 4 July 2012 18:38:05 UTC+8, Volker Braun wrote: >> >> This looks suspiciously like a bug in ATLAS

Re: [sage-support] Re: Sage fails to run python script correctly

2012-07-04 Thread Jan Groenewald
Hi On 4 July 2012 12:38, Volker Braun wrote: > This looks suspiciously like a bug in ATLAS-devel (3.9.x) that I recently > helped to track down. Is the Ubuntu PPA compiling Sage's own ATLAS library > or is it using a system library? Note that Sage ships ATLAS-stable (3.8.x) > for a good reason.

Re: [sage-support] Re: Sage fails to run python script correctly

2012-07-04 Thread Dima Pasechnik
indeed, it seems to be not reproducible on "standard" Sage installs, so far (I also tried Linux x86_64 with Sage 5.1.something) On Wednesday, 4 July 2012 18:38:05 UTC+8, Volker Braun wrote: > > This looks suspiciously like a bug in ATLAS-devel (3.9.x) that I recently > helped to track down. Is t

Re: [sage-support] Re: Sage fails to run python script correctly

2012-07-04 Thread Volker Braun
This looks suspiciously like a bug in ATLAS-devel (3.9.x) that I recently helped to track down. Is the Ubuntu PPA compiling Sage's own ATLAS library or is it using a system library? Note that Sage ships ATLAS-stable (3.8.x) for a good reason. On Wednesday, July 4, 2012 11:03:07 AM UTC+1, Jan

[sage-support] Re: Sage fails to run python script correctly

2012-07-04 Thread Dima Pasechnik
I cannot reproduce this on OSX10.6.8 machine running Sage 5.1.beta6. Your example completes normally. This might be due to the different setup, as Apple's Lapack/BLAS is used instead of Atlas. On Wednesday, 4 July 2012 17:45:32 UTC+8, Caluca wrote: > > Any help anyone? -- To post to this grou

Re: [sage-support] Re: Sage fails to run python script correctly

2012-07-04 Thread Jan Groenewald
Hi On 4 July 2012 11:53, Dima Pasechnik wrote: > > > On Monday, 2 July 2012 21:17:25 UTC+8, Caluca wrote: >> >> I have written a simple Python program consisting of several .py files. >> The program runs perfectly in the IPython interpreter, however I get a >> segmentation fault whenever I try t

[sage-support] Re: Sage fails to run python script correctly

2012-07-04 Thread Dima Pasechnik
by the way, you incuded .pyc files in your tar archive, but you should not do this. These files are created automatically by the interpreter from .py files! On Monday, 2 July 2012 22:23:29 UTC+8, Caluca wrote: > > Yes, I attached an archive containing all the scripts. The main script > that you

[sage-support] Re: Sage fails to run python script correctly

2012-07-04 Thread Dima Pasechnik
On Monday, 2 July 2012 21:17:25 UTC+8, Caluca wrote: > > I have written a simple Python program consisting of several .py files. > The program runs perfectly in the IPython interpreter, however I get a > segmentation fault whenever I try to run it with Sage. The exact error I > get is: > > /us

[sage-support] Re: Sage fails to run python script correctly

2012-07-04 Thread Caluca
Any help anyone? -- 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 URL: http://www.sagemath.org