Skip to content

Instantly share code, notes, and snippets.

@mlew
Created June 18, 2013 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlew/5810395 to your computer and use it in GitHub Desktop.
Save mlew/5810395 to your computer and use it in GitHub Desktop.
Downloading http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c11-py2.5.egg
Traceback (most recent call last):
File "ez_setup.py", line 278, in <module>
main(sys.argv[1:])
File "ez_setup.py", line 212, in main
from setuptools.command.easy_install import main
File "/Users/mark/workspace/test/jython/setuptools-0.6c11-py2.5.egg/setuptools/__init__.py", line 2, in <module>
File "/Users/mark/workspace/test/jython/setuptools-0.6c11-py2.5.egg/setuptools/extension.py", line 2, in <module>
File "/Users/mark/workspace/test/jython/setuptools-0.6c11-py2.5.egg/setuptools/dist.py", line 5, in <module>
File "/Users/mark/workspace/test/jython/setuptools-0.6c11-py2.5.egg/setuptools/command/install.py", line 2, in <module>
File "/usr/local/Cellar/jython/2.5.3/libexec/Lib/distutils/command/install.py", line 15, in <module>
from distutils.sysconfig import get_config_vars
File "/usr/local/Cellar/jython/2.5.3/libexec/Lib/distutils/sysconfig.py", line 29, in <module>
argv0_path = os.path.dirname(os.path.abspath(sys.executable))
File "/usr/local/Cellar/jython/2.5.3/libexec/Lib/posixpath.py", line 416, in abspath
if not isabs(path):
File "/usr/local/Cellar/jython/2.5.3/libexec/Lib/posixpath.py", line 49, in isabs
return s.startswith('/')
AttributeError: 'NoneType' object has no attribute 'startswith'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment