Jean-Pierre Flori wrote:
> My Sage 6.6 install quits after printing a depreciation warning message
> when I issue:
> sage: vars()

"Works" for me:

...
 'zeta': zeta,
 'zeta__exact': <function zeta__exact at 0x7fa3b8c84b90>,
 'zeta_symmetric': <function zeta_symmetric at 0x7fa3bac2f9b0>,
 'zeta_zeros': <function zeta_zeros at 0x7fa273519aa0>,
 'zetaderiv': zetaderiv}
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-1-ef3ed5b882d8> in <module>()
----> 1 vars()

/data/Sage/release/stable/sage-6.6-gcc-4.9.2-default/local/lib/python2.7/site-packages/IPython/core/displayhook.pyc
in __call__(self, result)
    230             self.start_displayhook()
    231             self.write_output_prompt()
--> 232             format_dict, md_dict = self.compute_format_data(result)
    233             self.update_user_ns(result)
    234             self.fill_exec_result(result)

TypeError: 'NoneType' object is not iterable
sage:

(Same in 4.7.beta4, FWIW.  globals() doesn't throw.)


> Same is true for at least globals().
> Any clue on what's going on?

No. :-)


-leif


-- 
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 http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to