Skip to content

Instantly share code, notes, and snippets.

@vad
Created June 25, 2011 12:05
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 vad/1046409 to your computer and use it in GitHub Desktop.
Save vad/1046409 to your computer and use it in GitHub Desktop.
pypy-pil.traceback
$ python setup.py build_ext --inplace
running build_ext
Traceback (most recent call last):
File "app_main.py", line 53, in run_toplevel
File "setup.py", line 486, in <module>
version=VERSION,
File "/usr/local/Cellar/pypy/1.5.0/lib-python/modified-2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/local/Cellar/pypy/1.5.0/lib-python/modified-2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/pypy/1.5.0/lib-python/modified-2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/local/Cellar/pypy/1.5.0/lib-python/modified-2.7/distutils/command/build_ext.py", line 345, in run
self.build_extensions()
File "setup.py", line 232, in build_extensions
if find_library_file(self, "z"):
File "setup.py", line 108, in find_library_file
return self.compiler.find_library_file(self.compiler.library_dirs, library)
File "/usr/local/Cellar/pypy/1.5.0/lib-python/modified-2.7/distutils/unixccompiler.py", line 328, in find_library_file
m = re.search(r'-isysroot\s+(\S+)', cflags)
File "/Users/vad/Source/Envs/pypygazer/lib-python/2.7/re.py", line 142, in search
return _compile(pattern, flags).search(string)
TypeError: unsupported operand type for unary buffer: 'NoneType'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment