Hello everyone,

I did a fresh pull of master today and I'm having one test and one doctest
failure. The test failure seems to be related to my specific OS (Mac OS X
10.6.7). It occures in test_args.py:

sympy/core/tests/test_args.py:test_all_classes_are_tested
_______________________________________
  File "/users/lazovich/sympy/sympy/core/tests/test_args.py", line 47, in
test_all_classes_are_tested
    mod = __import__(submodule, fromlist=names)
  File "/Users/lazovich/sympy/sympy/plotting/color_scheme.py", line 2, in
<module>
    from util import interpolate, rinterpolate, create_bounds, update_bounds
  File "/Users/lazovich/sympy/sympy/plotting/util.py", line 1, in <module>
    from pyglet.gl import *
  File
"/Library/Frameworks/EPD64.framework/Versions/7.1/lib/python2.7/site-packages/pyglet/gl/__init__.py",
line 510, in <module>
    import pyglet.window
  File
"/Library/Frameworks/EPD64.framework/Versions/7.1/lib/python2.7/site-packages/pyglet/window/__init__.py",
line 1669, in <module>
    from pyglet.window.carbon import CarbonPlatform, CarbonWindow
  File
"/Library/Frameworks/EPD64.framework/Versions/7.1/lib/python2.7/site-packages/pyglet/window/carbon/__init__.py",
line 69, in <module>
    framework='/System/Library/Frameworks/QuickTime.framework')
  File
"/Library/Frameworks/EPD64.framework/Versions/7.1/lib/python2.7/site-packages/pyglet/lib.py",
line 90, in load_library
    return self.load_framework(kwargs['framework'])
  File
"/Library/Frameworks/EPD64.framework/Versions/7.1/lib/python2.7/site-packages/pyglet/lib.py",
line 228, in load_framework
    lib = ctypes.cdll.LoadLibrary(realpath)
  File
"/Library/Frameworks/EPD64.framework/Versions/7.1/lib/python2.7/ctypes/__init__.py",
line 431, in LoadLibrary
    return self._dlltype(name)
  File
"/Library/Frameworks/EPD64.framework/Versions/7.1/lib/python2.7/ctypes/__init__.py",
line 353, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: dlopen(/System/Library/Frameworks/QuickTime.framework/QuickTime,
6): no suitable image found.  Did find:
    /System/Library/Frameworks/QuickTime.framework/QuickTime: no matching
architecture in universal wrapper
    /System/Library/Frameworks/QuickTime.framework/QuickTime: no matching
architecture in universal wrapper

Additionally, there is one doctest failure in exprtools.py:

sympy.core.exprtools._mask_nc
_____________________________________________________
File "/Users/lazovich/sympy/sympy/core/exprtools.py", line 544, in
sympy.core.exprtools._mask_nc
Failed example:
    _mask_nc(1 + x*Commutator(A, B) + Commutator(A, C))
Expected:
    (_1*x + _2 + 1, {_1: Commutator(A, B), _2: Commutator(A, C)}, [C, B, A])
Got:
    (_1 + _2*x + 1, {_1: Commutator(A, C), _2: Commutator(A, B)}, [C, B, A])

Are these both known issues or should I open issues for them?

Thanks!

Tomo

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

Reply via email to