Status: Accepted Owner: ---- CC: andy.terrel Labels: Type-Defect Priority-High Milestone-Release0.6.4
New issue 1297 by ondrej.certik: examples don't run http://code.google.com/p/sympy/issues/detail?id=1297 The example/README says this should work, but it doesn't: $ cd examples $ ./all.py [...] =============================================================================== Running: advanced.relativity Traceback (most recent call last): File "./all.py", line 121, in run_examples mod = load_example_module(example) File "./all.py", line 106, in load_example_module mod = __import__(example) File "./all.py", line 97, in __import__ return imp.load_module(module_name, fp, pathname, description) File "./advanced/relativity.py", line 16, in <module> from sympy import exp, Symbol, sin, Rational, Derivative, dsolve, Function, \ ImportError: No module named sympy NO SUCCESSFUL EXAMPLES FAILED: - beginner.basic - beginner.differentiation - beginner.expansion - beginner.functions - beginner.limits_examples - beginner.precision - beginner.print_pretty - beginner.series - beginner.substitution - beginner.expansion - intermediate.differential_equations - intermediate.trees - intermediate.vandermonde - advanced.fem - advanced.gibbs_phenomenon - advanced.pidigits - advanced.qft - advanced.relativity -- 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 -~----------~----~----~----~------~----~------~--~---
