• Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    @killbill:
    [correction]

    There is a dummy_threading module too, so search in BT source code the sentence "import threading" and change it by this:

    try:
    ....import threading as _threading
    except:
    ....import dummy_threading as _threading

    (replace dots by spaces)


    [ Edited by Yomgui on 2005/5/2 15:45 ]
    And now... next project!
  • »02.05.05 - 15:18
    Profile Visit Website