Re: [sage-support] My installation doesn't see matroids.all

2013-06-20 Thread Smitty Horne
Superb!!! Building from the source solved my problem so, for the moment, I am up and running. Thanks to those who were patient with my questions! -Smitty On Thursday, June 20, 2013 5:13:21 PM UTC-5, Smitty Horne wrote: > > Yes, actually I do. I ended up dumping the installation I had (which I ha

[sage-support] Re: Sage 5.10 released - no bdist for 32-bit Precise

2013-06-20 Thread leif
Rafael wrote: I have installed 5.10 from binary in Ubuntu 12.04 (using the binary marked for 13.04), but I get an error when trying the commands: sage: g=graphs.PetersenGraph() sage: g.show3d() <...many lines> ImportError: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required

[sage-support] Re: Sage 5.10 released

2013-06-20 Thread Rafael
Jeroen Demeyer writes: > Sage 5.10 was released on 17 June 2013. It is available in > source and binary form from: > > * http://www.sagemath.org/download.html Thanks a lot for Sage to all involved! I have installed 5.10 from binary in Ubuntu 12.04 (using the binary marked for 13.04), but I ge

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Smitty Horne
On Thursday, June 20, 2013 9:28:29 AM UTC-5, Smitty Horne wrote: > > I have installed the Sage program and, as far as I can tell, installed the > matroids portion (including patches). But when I try to run the command > 'from sage.matroids.all import *', I get an error that says "No module > n

Re: [sage-support] My installation doesn't see matroids.all

2013-06-20 Thread Smitty Horne
Yes, actually I do. I ended up dumping the installation I had (which I had downloaded as a binary) and starting over, building it from the ground up. It has been running several hours, but I think perhaps doing it this way will resolve my issues. I hope so, at any rate! Thank you so much. On Th

Re: [sage-support] Sligh(?) problem with sage_mode

2013-06-20 Thread Ivan Andrus
On Jun 20, 2013, at 2:14 PM, Emmanuel Charpentier wrote: > Dear Ivan, > > It gets even weirder (it begins to look as the start of a summertime > thriller). *Before* seeing your last reply, I saw that sage 5.10 was out and > installed it on my "big desktop" machine (compilation from sources,

Re: [sage-support] My installation doesn't see matroids.all

2013-06-20 Thread Michael Welsh
On 21/06/2013, at 4:10 AM, Smitty Horne wrote: > > Unfortunately, now my sage won't run... I am getting the following error: FYI > it was running previously before I ran the -clone mymatroid command. Do you have XCode and the command-line tools installed? -- You received this message because

Re: [sage-support] Sligh(?) problem with sage_mode

2013-06-20 Thread Emmanuel Charpentier
Dear Ivan, It gets even weirder (it begins to look as the start of a summertime thriller). *Before* seeing your last reply, I saw that sage 5.10 was out and installed it on my "big desktop" machine (compilation from sources, installation of the new R spkg and related patch, installation of dat

Re: [sage-support] Sligh(?) problem with sage_mode

2013-06-20 Thread Ivan Andrus
On Jun 20, 2013, at 8:32 AM, Emmanuel Charpentier wrote: > Le jeudi 20 juin 2013 03:05:21 UTC+2, Ivan Andrus a écrit : > Emmanuel, > > That seems really weird. > > Indeed :-) It is even more weird than that : see after the answers to your > questions… :-) > Did previous versions of sage

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Stefan van Zwam
Try ./sage -b otherwise I'm out of my depth. You can (should be able to) go back to the original revision with ./sage -b main --Stefan. On Thursday, June 20, 2013 12:10:37 PM UTC-4, Smitty Horne wrote: > > On Thursday, June 20, 2013 9:28:29 AM UTC-5, Smitty Horne wrote: > > I have installed

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Smitty Horne
On Thursday, June 20, 2013 9:28:29 AM UTC-5, Smitty Horne wrote: > I have installed the Sage program and, as far as I can tell, installed the > matroids portion (including patches). But when I try to run the command 'from > sage.matroids.all import *', I get an error that says "No module named >

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Smitty Horne
On Thursday, June 20, 2013 9:28:29 AM UTC-5, Smitty Horne wrote: > I have installed the Sage program and, as far as I can tell, installed the > matroids portion (including patches). But when I try to run the command 'from > sage.matroids.all import *', I get an error that says "No module named >

Re: [sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Smitty Horne
Disregard previous. I need to be running Sage. Sorry! On Thu, Jun 20, 2013 at 10:56 AM, Smitty Horne wrote: > On Thursday, June 20, 2013 9:28:29 AM UTC-5, Smitty Horne wrote: > > I have installed the Sage program and, as far as I can tell, installed > the matroids portion (including patches). B

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Stefan van Zwam
You're not running sage. Start Sage first, then from the prompt looking like sage: issue those commands. See also http://www.sagemath.org/doc/developer/walk_through.html#reviewing-a-patch --Stefan. On Thursday, June 20, 2013 11:56:09 AM UTC-4, Smitty Horne wrote: > > On Thursday, June 20, 201

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Smitty Horne
On Thursday, June 20, 2013 9:28:29 AM UTC-5, Smitty Horne wrote: > I have installed the Sage program and, as far as I can tell, installed the > matroids portion (including patches). But when I try to run the command 'from > sage.matroids.all import *', I get an error that says "No module named >

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Stefan van Zwam
On Thursday, June 20, 2013 11:42:10 AM UTC-4, Smitty Horne wrote: > > On Thursday, June 20, 2013 9:28:29 AM UTC-5, Smitty Horne wrote: > > I have installed the Sage program and, as far as I can tell, installed > the matroids portion (including patches). But when I try to run the command > 'from

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Smitty Horne
On Thursday, June 20, 2013 9:28:29 AM UTC-5, Smitty Horne wrote: > I have installed the Sage program and, as far as I can tell, installed the > matroids portion (including patches). But when I try to run the command 'from > sage.matroids.all import *', I get an error that says "No module named >

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Stefan van Zwam
> > > The command I used which caused the error was from sage.matroids.all > import *. I added the matroids (I think this one worked) by using 'sage -hg > clone https://bitbucket.org/matroid/sage_matroids' and '../sage setup.py > install' from the shell prompt, but got the following errors on t

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Smitty Horne
On Thursday, June 20, 2013 9:28:29 AM UTC-5, Smitty Horne wrote: > I have installed the Sage program and, as far as I can tell, installed the > matroids portion (including patches). But when I try to run the command 'from > sage.matroids.all import *', I get an error that says "No module named >

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Smitty Horne
On Thursday, June 20, 2013 9:28:29 AM UTC-5, Smitty Horne wrote: > I have installed the Sage program and, as far as I can tell, installed the > matroids portion (including patches). But when I try to run the command 'from > sage.matroids.all import *', I get an error that says "No module named >

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Smitty Horne
On Thursday, June 20, 2013 9:28:29 AM UTC-5, Smitty Horne wrote: > I have installed the Sage program and, as far as I can tell, installed the > matroids portion (including patches). But when I try to run the command 'from > sage.matroids.all import *', I get an error that says "No module named >

Re: [sage-support] Sligh(?) problem with sage_mode

2013-06-20 Thread Emmanuel Charpentier
Le jeudi 20 juin 2013 03:05:21 UTC+2, Ivan Andrus a écrit : > > Emmanuel, > > That seems really weird. > Indeed :-) It is even more weird than that : see after the answers to your questions... > Did previous versions of sage and/or sage-mode work? > Dunno : I started to switch to sage

[sage-support] Re: My installation doesn't see matroids.all

2013-06-20 Thread Stefan van Zwam
Can you give some more info on what you did? Which commands did you issue? Which patches did you install? Did you rebuild Sage after installing them? Which Sage version? Does your Sage have the "matroids" and "Matroid" keywords on startup? --Stefan. On Thursday, June 20, 2013 10:28:29 AM UTC-4

[sage-support] My installation doesn't see matroids.all

2013-06-20 Thread Smitty Horne
I have installed the Sage program and, as far as I can tell, installed the matroids portion (including patches). But when I try to run the command 'from sage.matroids.all import *', I get an error that says "No module named matroids.all". Do any of you have an idea on what I am missing? Thank yo

[sage-support] Re: Help about directed graph rendering with LaTeX/tikz

2013-06-20 Thread Dima Pasechnik
On 2013-06-19, Emmanuel Charpentier wrote: > --=_Part_3454_23024622.1371674663187 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > > Dear Dmitrii, dear list, > > Following Dmitrii hints, I tried latex(H). It turns out that the curved=20 > edges are