Skip to content

Instantly share code, notes, and snippets.

@inklesspen
Created September 24, 2008 08:42
Show Gist options
  • Save inklesspen/12511 to your computer and use it in GitHub Desktop.
Save inklesspen/12511 to your computer and use it in GitHub Desktop.
jon@euterpe:~$ pyinstall.py
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/Current/bin/pyinstall.py", line 5, in <module>
pkg_resources.run_script('pyinstall==0.1', 'pyinstall.py')
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 448, in run_script
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 1166, in run_script
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pyinstall-0.1-py2.5.egg/EGG-INFO/scripts/pyinstall.py", line 102, in <module>
help='Check out --editable packages into DIR (default %s)' % base_src_prefix)
NameError: name 'base_src_prefix' is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment