Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/Users/lhn/.virtualenvs/snake/bin/runsnake32", line 9, in <module>
  3. load_entry_point('RunSnakeRun==2.0.4', 'gui_scripts', 'runsnake32')()
  4. File "/Users/lhn/.virtualenvs/snake/lib/python2.7/site-packages/pkg_resources.py", line 353, in load_entry_point
  5. return get_distribution(dist).load_entry_point(group, name)
  6. File "/Users/lhn/.virtualenvs/snake/lib/python2.7/site-packages/pkg_resources.py", line 2321, in load_entry_point
  7. return ep.load()
  8. File "/Users/lhn/.virtualenvs/snake/lib/python2.7/site-packages/pkg_resources.py", line 2048, in load
  9. entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  10. File "/Users/lhn/.virtualenvs/snake/lib/python2.7/site-packages/runsnakerun/runsnake.py", line 14, in <module>
  11. from squaremap import squaremap
  12. File "/Users/lhn/.virtualenvs/snake/lib/python2.7/site-packages/squaremap/squaremap.py", line 3, in <module>
  13. import wx.lib.newevent
  14. ImportError: No module named lib.newevent
  15.  
  16. Python 2.7.6 (default, Nov 18 2013, 15:12:51)
  17. [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79)] on darwin
  18. Type "help", "copyright", "credits" or "license" for more information.
  19. >>> import wx
  20. >>> import wx.lib.newevent
  21. Traceback (most recent call last):
  22. File "<stdin>", line 1, in <module>
  23. ImportError: No module named lib.newevent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement