Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  3. "__main__", fname, loader, pkg_name)
  4. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
  5. exec code in run_globals
  6. File "/Users/mgracer48/Desktop/Toontown-United/toontown/toonbase/ToontownStart.py", line 1, in <module>
  7. from pandac.PandaModules import *
  8. File "/Developer/Panda3D/pandac/PandaModules.py", line 7, in <module>
  9. from panda3d.core import *
  10. ImportError: dlopen(/Developer/Panda3D/panda3d/core.so, 2): Library not loaded: @executable_path/../Frameworks/Cg.framework/Cg
  11. Referenced from: /Developer/Panda3D/lib/libpanda.1.9.dylib
  12. Reason: no suitable image found. Did find:
  13. /Library/Frameworks/Cg.framework/Cg: unknown file type, first eight bytes: 0x62 0x6F 0x6F 0x6B 0x00 0x00 0x00 0x00
  14. logout
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement