Changes between Initial Version and Version 1 of Ticket #41761


Ignore:
Timestamp:
Dec 11, 2013, 6:49:09 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41761

    • Property Cc tiago@… mmoll@… added
    • Property Owner changed from macports-tickets@… to jwa@…
    • Property Port python27 py27-graph-tool added
    • Property Summary changed from Fatal Python error: PyThreadState_Get: no current thread to python27: Fatal Python error: PyThreadState_Get: no current thread
  • Ticket #41761 – Description

    initial v1  
    11So, I figured in order to call the Macports python version you have to use:
    22
     3{{{
    34/opt/local/bin/python2.7
    4 
    5 However I get this error now using /opt/local/bin/python2.7 SIR.py:
    6 
     5}}}
     6
     7However I get this error now using {{{/opt/local/bin/python2.7 SIR.py}}}:
     8
     9{{{
    710Fatal Python error: PyThreadState_Get: no current thread
    811Abort trap: 6
     12}}}
    913
    1014The report says:
    1115
     16{{{
    1217Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    1318
     
    217222    thread_create: 2
    218223    thread_set_state: 0
     224}}}
    219225
    220226I installed graph-tool using macports. But it doesn't seem to work.