[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] 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

[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 the

[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
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, 2013

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 phib...@gmail.com 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

[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
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 the

[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