Updates:
        Labels: -NeedsReview NeedsBetterPatch

Comment #15 on issue 1829 by asmeurer: release 0.6.7
http://code.google.com/p/sympy/issues/detail?id=1829

I get an error:

dhcp-baca-43:sympy-0.6.7-rc2 aaronmeurer$./setup.py test
Traceback (most recent call last):
  File "./setup.py", line 33, in <module>
    import sympy
File "/Users/aaronmeurer/Downloads/sympy-0.6.7-rc2/sympy/__init__.py", line 22, in <module>
    from sympy.core import *
File "/Users/aaronmeurer/Downloads/sympy-0.6.7-rc2/sympy/core/__init__.py", line 4, in <module>
    from basic import Basic, S, C, sympify
File "/Users/aaronmeurer/Downloads/sympy-0.6.7-rc2/sympy/core/basic.py", line 3, in <module>
    import sympy.mpmath as mpmath
File "/Users/aaronmeurer/Downloads/sympy-0.6.7-rc2/sympy/mpmath/__init__.py", line 5, in <module>
    from ctx_fp import FPContext
File "/Users/aaronmeurer/Downloads/sympy-0.6.7-rc2/sympy/mpmath/ctx_fp.py", line 1, in <module>
    from ctx_base import StandardBaseContext
File "/Users/aaronmeurer/Downloads/sympy-0.6.7-rc2/sympy/mpmath/ctx_base.py", line 3, in <module>
    from functions.functions import SpecialFunctions
ImportError: No module named functions.functions


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
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