#import "Python.h" PyMODINIT_FUNC init__py2app_xcode__(void) { (void)Py_InitModule("__py2app_xcode__", NULL); }