waigani / GoOracle

GoOracle is a Golang plugin for SublimeText that integrates the Go oracle tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'module' object has no attribute 'set_timeout_async'

alvarolm opened this issue · comments

Im getting:

Traceback (most recent call last):
  File "./goOracle.py", line 46, in on_done
  File "./goOracle.py", line 121, in oracle
AttributeError: 'module' object has no attribute 'set_timeout_async'

myproject.sublime-project:

{
 "settings":
    {
        "GoOracle": {
            "oracle_scope": ["/myproject"],
            "output": "buffer"
        }
    }
}

installed via package manager with sublime 2
Edit: Just realize this is for ST3, any chance to make it work for ST2 ?

Sorry, I only have time to support ST3.