Habiendo comprado mi primer macbook no tengo mucha experiencia en la depuración de las librerías y estoy un poco perdido. Al ejecutar mi Python script aparece el siguiente informe de error:
Proceso: Python [356] Ruta:
/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python Identificador: Versión de Python: 2.7.10 (2.7.10) Tipo de código: X86-64 (Nativo) Proceso padre: bash [262] Responsable: Terminal [225] Identificador de usuario: 501Fecha/hora: 2015-09-25 12:53:24.544 +0200 Versión del sistema operativo:
Mac OS X 10.10.5 (14F27) Versión del informe: 11 Anonymous UUID:
2262FF9F-1D12-77B0-74D3-208AC3A26542Tiempo despierto desde el arranque: 27 segundos
Hilo colapsado: 0 Cola de envío: com.apple.main-thread
Tipo de excepción: EXC_CRASH (SIGABRT) Códigos de excepción:
0x0000000000000000, 0x0000000000000000Información específica de la aplicación: llamada a abort()
El hilo 0 se ha colapsado:: Cola de envío: com.apple.main-thread 0
libsystem_kernel.dylib 0x00007fff8b956286 pthread_kill + 10 1 libsystem_c.dylib 0x00007fff8b9c49b3 abort + 129 2 org.Python.Python 0x000000010b6fe2a3 Py_FatalError + 49 3 org.Python.Python
0x000000010b6fd785 PyThreadState_Get + 28 4 org.Python.Python
0x000000010b6fa522 Py_InitModule4_64 + 62 5 libboost_python.dylib
0x000000010b5e1e24 boost::Python::detail::init_module(char const*, void (*)()) + 36 6 org.Python.Python
0x00000001000deba1 _PyImport_LoadDynamicModule + 177 7
org.Python.Python 0x00000001000dd28b import_submodule + 315 8 org.Python.Python 0x00000001000dd73a load_next + 234 9 org.Python.Python
0x00000001000dda30 PyImport_ImportModuleLevel + 336 10 org.Python.Python 0x00000001000bafe3 builtin___importar + 131 11 org.Python.Python
0x000000010000c612 PyObject_Call + 98 12 org.Python.Python
0x00000001000bc1c7 PyEval_CallObjectWithKeywords + 87 13 org.Python.Python 0x00000001000c0432 PyEval_EvalFrameEx + 12210 14 org.Python.Python
0x00000001000c58e3 PyEval_EvalCodeEx + 2115 15 org.Python.Python
0x00000001000c5a06 PyEval_EvalCode + 54 16 org.Python.Python
0x00000001000da0a0 PyImport_ExecCodeModuleEx + 208 17 org.Python.Python 0x00000001000db2a2 load_source_module + 626 18 org.Python.Python
0x00000001000dd28b import_submodule + 315 19 org.Python.Python
0x00000001000dd73a load_next + 234 20 org.Python.Python
0x00000001000dda30 PyImport_ImportModuleLevel + 336 21 org.Python.Python 0x00000001000bafe3 builtin___import__ + 131 22 org.Python.Python
0x000000010000c612 PyObject_Call + 98 23 org.Python.Python
0x00000001000bc1c7 PyEval_CallObjectWithKeywords + 87 24 org.Python.Python 0x00000001000c0432 PyEval_EvalFrameEx + 12210 25 org.Python.Python
0x00000001000c58e3 PyEval_EvalCodeEx + 2115 26 org.Python.Python
0x00000001000c5a06 PyEval_EvalCode + 54 27 org.Python.Python
0x00000001000da0a0 PyImport_ExecCodeModuleEx + 208 28 org.Python.Python 0x00000001000db2a2 load_source_module + 626 29 org.Python.Python
0x00000001000dd28b import_submodule + 315 30 org.Python.Python
0x00000001000dd7c1 load_next + 369 31 org.Python.Python
0x00000001000dda30 PyImport_ImportModuleLevel + 336 32 org.Python.Python 0x00000001000bafe3 builtin___import__ + 131 33 org.Python.Python
0x000000010000c612 PyObject_Call + 98 34 org.Python.Python
0x00000001000bc1c7 PyEval_CallObjectWithKeywords + 87 35 org.Python.Python 0x00000001000c0432 PyEval_EvalFrameEx + 12210 36 org.Python.Python
0x00000001000c58e3 PyEval_EvalCodeEx + 2115 37 org.Python.Python
0x00000001000c5a06 PyEval_EvalCode + 54 38 org.Python.Python
0x00000001000da0a0 PyImport_ExecCodeModuleEx + 208 39 org.Python.Python 0x00000001000db2a2 load_source_module + 626 40 org.Python.Python
0x00000001000dd28b import_submodule + 315 41 org.Python.Python
0x00000001000dd73a load_next + 234 42 org.Python.Python
0x00000001000dda7c PyImport_ImportModuleLevel + 412 43 org.Python.Python 0x00000001000bafe3 builtin___import__ + 131 44 org.Python.Python
0x000000010000c612 PyObject_Call + 98 45 org.Python.Python
0x00000001000bc1c7 PyEval_CallObjectWithKeywords + 87 46 org.Python.Python 0x00000001000c0432 PyEval_EvalFrameEx + 12210 47 org.Python.Python
0x00000001000c58e3 PyEval_EvalCodeEx + 2115 48 org.Python.Python
0x00000001000c5a06 PyEval_EvalCode + 54 49 org.Python.Python
0x00000001000ea41e PyRun_FileExFlags + 174 50 org.Python.Python
0x00000001000ea6ba PyRun_SimpleFileExFlags + 458 51 org.Python.Python 0x000000010010187d Py_Main + 3101 52 org.Python.Python
0x0000000100000f14 0x100000000 + 3860
Así que .... ¿cómo puedo leer esto? ¿Qué está roto, mal enlazado o de otra manera? Se agradece cualquier ayuda.