[Python-checkins] r81669 - in python/trunk: Lib/test/test_curses.py Misc/NEWS setup.py

Stefan Krah stefan-usenet at bytereef.org
Thu Jun 3 16:20:24 CEST 2010


Michael Foord <fuzzyman at voidspace.org.uk> wrote:
> This kills the build on Mac OS X (Snow Leopard) for me:
>     elif self.compiler_obj.find_library_file(lib_dirs, 'ncursesw'):
>   File "/compile/python-trunk/Lib/distutils/cmd.py", line 105, in __getattr__
>     raise AttributeError, attr
> AttributeError: compiler_obj
> [35980 refs]
> make: *** [sharedmods] Error 1

Thanks, the compiler_obj slipped in from the py3k patch.


Stefan Krah




More information about the Python-checkins mailing list