Additional information: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff8ad91d46 __kill + 10 1 libsystem_c.dylib 0x00007fff8d890df0 abort + 177 2 org.python.python 0x000000010f9ecc01 Py_FatalError + 49 3 org.python.python 0x000000010f9ebffc PyThreadState_Get + 28 4 org.python.python 0x000000010f9e8c7a Py_InitModule4_64 + 58 5 libboost_python-mt.dylib 0x000000010fb74823 boost::python::detail::init_module(char const*, void (*)()) + 35 6 org.python.python 0x0000000109a1fe0d _PyImport_LoadDynamicModule + 183 7 org.python.python 0x0000000109a1baf2 0x1099da000 + 269042 It crashes while importing the boost lib (so it seems). Uninstalled and recompiled the boost library (via MacPorts) but am getting the same problem. Anything else to try? Thanks, Uldis On Tue, Jan 8, 2013 at 10:27 PM, Uldis Bojars <captsolo@gmail.com> wrote:
Hi,
When trying to import graph-tool the following error message is returned:
from graph_tool.all import * Fatal Python error: PyThreadState_Get: no current thread
Could you help me solve this problem?
graph-tool version py-graph-tool-2.2.18 was successfully installed using MacPorts but it fails during importing.
Thanks, Uldis