Advertisement
Guest User

Untitled

a guest
May 11th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. 13:03:41 T:2961461248 ERROR: Error Type: <class 'distutils.errors.DistutilsPlatformError'>
  2. 13:03:41 T:2961461248 ERROR: Error Contents: invalid Python installation: unable to open /Applications/XBMC.app/Contents/Frameworks/lib/python2.6/config/Makefile (No such file or directory)
  3. 13:03:41 T:2961461248 ERROR: Traceback (most recent call last):
  4. File "/Users/ben/Library/Application Support/XBMC/addons/plugin.video.share.what.you.like/default.py", line 3, in <module>
  5. import xbmc, xbmcplugin, xbmcgui, xbmcaddon, locale, sys, urllib, urllib2, re, os, base64, StoredSession, datetime, base64
  6. File "/Users/ben/Library/Application Support/XBMC/addons/plugin.video.share.what.you.like/StoredSession.py", line 2, in <module>
  7. from dropbox import client, rest, session
  8. File "/Users/ben/Library/Application Support/XBMC/addons/plugin.video.share.what.you.like/dropbox/__init__.py", line 1, in <module>
  9. import client, rest, session
  10. File "/Users/ben/Library/Application Support/XBMC/addons/plugin.video.share.what.you.like/dropbox/client.py", line 10, in <module>
  11. from dropbox.rest import ErrorResponse
  12. File "/Users/ben/Library/Application Support/XBMC/addons/plugin.video.share.what.you.like/dropbox/rest.py", line 8, in <module>
  13. import pkg_resources
  14. File "/Users/ben/Library/Application Support/XBMC/addons/plugin.video.share.what.you.like/dropbox/pkg_resources.py", line 698, in <module>
  15. class Environment(object):
  16. File "/Users/ben/Library/Application Support/XBMC/addons/plugin.video.share.what.you.like/dropbox/pkg_resources.py", line 701, in Environment
  17. def __init__(self, search_path=None, platform=get_supported_platform(), python=PY_MAJOR):
  18. File "/Users/ben/Library/Application Support/XBMC/addons/plugin.video.share.what.you.like/dropbox/pkg_resources.py", line 96, in get_supported_platform
  19. plat = get_build_platform(); m = macosVersionString.match(plat)
  20. File "/Users/ben/Library/Application Support/XBMC/addons/plugin.video.share.what.you.like/dropbox/pkg_resources.py", line 222, in get_build_platform
  21. plat = get_platform()
  22. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/distutils/util.py", line 98, in get_platform
  23. cfgvars = get_config_vars()
  24. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/distutils/sysconfig.py", line 521, in get_config_vars
  25. func()
  26. File "/Applications/XBMC.app/Contents/Frameworks/lib/python2.6/distutils/sysconfig.py", line 378, in _init_posix
  27. raise DistutilsPlatformError(my_msg)
  28. DistutilsPlatformError: invalid Python installation: unable to open /Applications/XBMC.app/Contents/Frameworks/lib/python2.6/config/Makefile (No such file or directory)
  29. 13:03:41 T:2697819456 ERROR: GetDirectory - Error getting plugin://plugin.video.share.what.you.like
  30. 13:03:41 T:2697819456 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.share.what.you.like) failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement