]> granicus.if.org Git - python/commit
The import check in setup.py fails on Mac OS X for Carbon-based modules
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 1 Nov 2001 14:44:15 +0000 (14:44 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 1 Nov 2001 14:44:15 +0000 (14:44 +0000)
commitf49c6f9954aa59e29c8b392347646f95cbf8215a
tree1648bab6df16f1d5b0f97ad890c5b83b9e3a572f
parent8cc705eabcea0436ba51ff5eb87aafa82521d2b4
The import check in setup.py fails on Mac OS X for Carbon-based modules
if you are not building while logged in to the console (you cannot
connect to the window server, so the Carbon library doesn't initialize).
Added a quick hack to skip the import test, with a warning, for modules
linked against Carbon.
setup.py