no, it's more serious, perhaps something to do with lazy imports?

sage: v=vars()
sage: v['complete_sandpile']
<repr(<sage.misc.lazy_import.LazyImport at 0x7f2cd6528d00>) failed: 
AttributeError: 'module' object has no attribute 'complete_sandpile'>

(I found the value of the guilty key by running
sage: for k in v.keys(): v[k]==None;
until it breaks)

(same value on Sage 7.5 and on the latest beta)

Dima

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to