Hi Chris, I am using version 1.5-dev
> In [2]: from sympy.core.compatibility import builtins > In [3]: from builtins import type > In [4]: Also, > >>> from sympy.core.compatibility import builtins > >>> from builtins import type > >>> On Wed, May 8, 2019 at 12:53 PM Chris Smith <[email protected]> wrote: > Am I doing something wrong here when running Python 2? > > >>> from sympy.core.compatibility import builtins > >>> from builtins import type > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named builtins > > > /c > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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 https://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/10966434-39a0-4da5-b239-0782175abeb7%40googlegroups.com > <https://groups.google.com/d/msgid/sympy/10966434-39a0-4da5-b239-0782175abeb7%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sympy" 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 https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAE4GFikV32wO%2Bbbdw%2Bv%2B%2BA17MOTYU85gAwyd1oT2a%3DrB8AO4uA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
