Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2502 by brad.froehle: ImportError: No module named thirdparty
http://code.google.com/p/sympy/issues/detail?id=2502
On an install of sympy from the 0.7.0 branch (hash e119e53b51) on Mac OS X
/ Homebrew:
[bfroehle@eureka ~]$ python
Python 2.7.2 (default, Jun 17 2011, 12:24:26)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.9)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
from sympy import preview
from sympy.abc import x
preview(x)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/Cellar/python/2.7.2/lib/python2.7/site-packages/sympy/printing/preview.py",
line 109, in preview
from sympy.thirdparty import import_thirdparty
ImportError: No module named thirdparty
--
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.