Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. $ python example.py
  2. Traceback (most recent call last):
  3. File “example.py", line 2, in <module>
  4. from fltk import *
  5. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fltk/__init__.py", line 33, in <module>
  6. _fltk = swig_import_helper()
  7. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fltk/__init__.py", line 29, in swig_import_helper
  8. _mod = imp.load_module('_fltk', fp, pathname, description)
  9. ImportError: dlopen(/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fltk/_fltk.so, 2): no suitable image found. Did find:
  10. /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fltk/_fltk.so: mach-o, but wrong architecture
  11. $ file /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fltk/_fltk.so
  12. /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fltk/_fltk.so: Mach-O bundle i386
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement