Comment #1 on issue 3043 by asmeu...@gmail.com: NoSuchDisplayException in test_args
http://code.google.com/p/sympy/issues/detail?id=3043

Another exception is OSError.  From Tomo on the mailing list:

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

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

Reply via email to