Advertisement
Guest User

Untitled

a guest
Feb 19th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cx_Freeze/initscripts/Console.py", line 27, in <module>
  3. exec code in m.__dict__
  4. File "testdropbox.py", line 1, in <module>
  5. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dropbox/__init__.py", line 3, in <module>
  6. from . import client, rest, session
  7. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dropbox/client.py", line 52, in <module>
  8. from .rest import ErrorResponse, RESTClient
  9. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dropbox/rest.py", line 8, in <module>
  10. import pkg_resources
  11. File "build/bdist.linux-i686/egg/pkg_resources.py", line 698, in <module>
  12. File "build/bdist.linux-i686/egg/pkg_resources.py", line 701, in Environment
  13. File "build/bdist.linux-i686/egg/pkg_resources.py", line 96, in get_supported_platform
  14. File "build/bdist.linux-i686/egg/pkg_resources.py", line 222, in get_build_platform
  15. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/util.py", line 103, in get_platform
  16. cfgvars = get_config_vars()
  17. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/sysconfig.py", line 511, in get_config_vars
  18. func()
  19. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/sysconfig.py", line 409, in _init_posix
  20. raise DistutilsPlatformError(my_msg)
  21. distutils.errors.DistutilsPlatformError: invalid Python installation: unable to open /lib/python2.7/config/Makefile (No such file or directory)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement