Bizarrely, after earlier today having things working fine, now I 
unaccountably have the old notebook.  I did sage -f sagenb several times 
(and it unpacked the correct one) but no idea what happened, presumably due 
to some branch visiting at various times (though I don't recall having 
downgraded anything for that).  make only rebuilt a few packages.  The easy 
install path is correct; eventually I had to get rid of the 0.10.8.3 egg in 
the site-packages!   Baffling.  

In general, how can I figure out what version of any Python site-package I 
am using, by the way?  Unfortunately, there is no __version__ in this case, 
and since we usually have multiple versions there after a few upgrades, it 
can be confusing.

sage: sagenb.__[tab]
sagenb.__builtins__      sagenb.__doc__           sagenb.__hash__         
 sagenb.__package__       sagenb.__repr__          sagenb.__subclasshook__
sagenb.__class__         sagenb.__file__          sagenb.__init__         
 sagenb.__path__          sagenb.__setattr__       
sagenb.__delattr__       sagenb.__format__        sagenb.__name__         
 sagenb.__reduce__        sagenb.__sizeof__        
sagenb.__dict__          sagenb.__getattribute__  sagenb.__new__           
sagenb.__reduce_ex__     sagenb.__str__           
sage: import sympy
sage: sympy.__version__
'0.7.4'

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

Reply via email to