Advertisement
Guest User

Untitled

a guest
May 19th, 2014
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. JustinsMac:bitsofeight-1.0.0 justin$ python run_game.py
  2. Traceback (most recent call last):
  3. File "run_game.py", line 1, in <module>
  4. from bitsofeight.game import main
  5. File "/Users/justin/Desktop/bitsofeight-1.0.0/bitsofeight/game.py", line 34, in <module>
  6. from .actors import Ship
  7. File "/Users/justin/Desktop/bitsofeight-1.0.0/bitsofeight/actors.py", line 16, in <module>
  8. from .particles import WakeEmitter, spawn_smoke, spawn_splinters
  9. File "/Users/justin/Desktop/bitsofeight-1.0.0/bitsofeight/particles.py", line 3, in <module>
  10. from lepton import Particle
  11. File "/usr/local/lib/python2.7/site-packages/lepton/__init__.py", line 6, in <module>
  12. from group import ParticleGroup
  13. ImportError: dlopen(/usr/local/lib/python2.7/site-packages/lepton/group.so, 2): Symbol not found: _Group_kill_p
  14. Referenced from: /usr/local/lib/python2.7/site-packages/lepton/group.so
  15. Expected in: flat namespace
  16. in /usr/local/lib/python2.7/site-packages/lepton/group.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement