Skip to content

Wrong architecture - OS X #7

Closed
Closed
@tibbon

Description

@tibbon

Running on 10.8.2 I get this error
Macbook Pro:Minecraft tibbon$ arch -i386 python main.py Traceback (most recent call last): File "main.py", line 1, in <module> from pyglet.gl import * File "/Library/Python/2.7/site-packages/pyglet/gl/__init__.py", line 510, in <module> import pyglet.window File "/Library/Python/2.7/site-packages/pyglet/window/__init__.py", line 1669, in <module> from pyglet.window.carbon import CarbonPlatform, CarbonWindow File "/Library/Python/2.7/site-packages/pyglet/window/carbon/__init__.py", line 69, in <module> framework='/System/Library/Frameworks/QuickTime.framework') File "/Library/Python/2.7/site-packages/pyglet/lib.py", line 90, in load_library return self.load_framework(kwargs['framework']) File "/Library/Python/2.7/site-packages/pyglet/lib.py", line 226, in load_framework lib = ctypes.cdll.LoadLibrary(realpath) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 431, in LoadLibrary return self._dlltype(name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/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: mach-o, but wrong architecture /System/Library/Frameworks/QuickTime.framework/QuickTime: mach-o, but wrong architecture

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions