Re: [Pythonmac-SIG] Extension module compile fail, due to isysroot param pointing to sdk without certain headers. Any tips?

2011-05-01 Thread Ned Deily
In article <4dbdcff5.5050...@xs4all.nl>, Irmen de Jong wrote: > I recently ran into a problem installing a module because it needed to > compile an > extension written in C. The compilation failed because the c extension needed > a header > file+lib that gcc could not find. This was caused by t

[Pythonmac-SIG] Extension module compile fail, due to isysroot param pointing to sdk without certain headers. Any tips?

2011-05-01 Thread Irmen de Jong
Hi, I recently ran into a problem installing a module because it needed to compile an extension written in C. The compilation failed because the c extension needed a header file+lib that gcc could not find. This was caused by the fact that distutils was adding a '-isysroot' parameter to the gcc

[Pythonmac-SIG] python 2.7 problem with crcmod -- "ImportError: No module named predefined"

2011-05-01 Thread Brendan Simon (eTRIX)
I get the following error when trying to run my app when built with py2app and python 2.7. File "crcmod/__init__.pyc", line 7, in ImportError: No module named predefined The app works fine when built with Python 2.5 or Python 2.6. It seems the folks in py2exe land are having the same