Skip to content

Instantly share code, notes, and snippets.

@agos
Created July 21, 2011 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agos/1098413 to your computer and use it in GitHub Desktop.
Save agos/1098413 to your computer and use it in GitHub Desktop.
py2app error
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] <_FuncPtr object at 0x644b70>
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] Traceback (most recent call last):
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] File "/Users/mamma/Public/Drop Box/bmgui.app/Contents/Resources/__boot__.py", line 238, in <module>
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024]
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] _run('bmgui.py')
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] File "/Users/mamma/Public/Drop Box/bmgui.app/Contents/Resources/__boot__.py", line 210, in _run
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024]
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] execfile(path, globals(), globals())
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] File "/Users/mamma/Public/Drop Box/bmgui.app/Contents/Resources/bmgui.py", line 3, in <module>
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024]
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] import wx
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] File "/Users/mamma/Public/Drop Box/bmgui.app/Contents/Resources/lib/python2.7/wx/__init__.py", line 45, in <module>
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024]
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] from wx._core import *
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] File "/Users/mamma/Public/Drop Box/bmgui.app/Contents/Resources/lib/python2.7/wx/_core.py", line 4, in <module>
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024]
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] import _core_
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] ImportError
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] :
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] dlopen(/Users/mamma/Public/Drop Box/bmgui.app/Contents/Resources/lib/python2.7/wx/_core_.so, 2): Library not loaded: /Library/Frameworks/Python.framework/Versions/7.0/lib/libwx_macu-2.8.0.dylib
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] Referenced from: /Users/mamma/Public/Drop Box/bmgui.app/Contents/Resources/lib/python2.7/wx/_core_.so
21/07/11 23.54.42 [0x0-0x94094].org.pythonmac.unspecified.bmgui[1024] Reason: image not found
21/07/11 23.54.42 bmgui[1024] bmgui Error
21/07/11 23.54.44 com.apple.launchd.peruser.501[171] ([0x0-0x94094].org.pythonmac.unspecified.bmgui[1024]) Exited with exit code: 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment