

Thread 4: 0 libsystem_kernel.dylib 0x00007fff88c8d6de

Thread 3: 0 libsystem_kernel.dylib 0x00007fff88c8d6de Thread 2:: Dispatch queue: -manager 0 libsystem_kernel.dylib 0x00007fff88c8dff6 kevent_qos + 10 1 libdispatch.dylib 0x00007fff8e105099 _dispatch_mgr_invoke _workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff884f7729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff884f5365 start_wqthread + 13 Thread 1: 0 libsystem_kernel.dylib 0x00007fff88c8d6de
#Sun textmate 2015 mac os x
This is the error I get: Process: Python Path: /System/Library/Frameworks/amework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python Identifier: Python Version: 2.7.10 (2.7.10) Code Type: X86-64 (Native) Parent Process: ? Responsible: Python User ID: 503ĭate/Time: 17:58:26.469 +0200 OS Version: Mac OS X 10.11.3 (15D21) Report Version: 11 Anonymous UUID: F829ADA5-2D7E-CDCB-4599-4A9C227DE9C5Ĭrashed Thread: 0 Dispatch queue: -threadĮxception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Weirdly enough, it ONLY happens using TextMate, but not using IDLE, for example. From this point on every time I try to import the engine that way, Python quits unexpectedly. I realised that Python 3.5 is not supported by the engine, so I uninstalled Python and installed version 2.7. (using TextMate on Mac OS.) However I was getting an error saying the engine installation was corrupted. I installed the MATLAB Engine API as instructed by the Mathworks website, and then importing the engine in my script using: import matlab.engine I am trying to call a MATLAB function from a Python script.
