Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3115 by [email protected]: ImportError: No module named pretty
http://code.google.com/p/sympy/issues/detail?id=3115

nwagner@linux-itfv:~/git/sympy> python setup.py install --prefix=$HOME/local
Traceback (most recent call last):
  File "setup.py", line 36, in <module>
    import sympy
  File "/home/nwagner/git/sympy/sympy/__init__.py", line 52, in <module>
    from polys import *
File "/home/nwagner/git/sympy/sympy/polys/__init__.py", line 55, in <module>
    from numberfields import (
File "/home/nwagner/git/sympy/sympy/polys/numberfields.py", line 22, in <module>
    from sympy.printing.lambdarepr import LambdaPrinter
File "/home/nwagner/git/sympy/sympy/printing/__init__.py", line 3, in <module>
    from pretty import *
ImportError: No module named pretty

Where can I obtain the pretty package ?




--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to