DamnWidget / SublimePySide

Digia PySide and Riverbank's PyQt bindings for Qt on Python Sublime Text 2 and Sublime Text 3 support
GNU General Public License v2.0
45 stars 8 forks source link

Mus call on main thread. #1

Closed mrmurphy closed 12 years ago

mrmurphy commented 12 years ago

Hey! I'm really interested in using this, but after cloning the repo, restarting sublime and trying to make a new project from template, I get this error:

RuntimeError: Must call on main thread, consider using sublime.set_timeout(function, timeout)
DamnWidget commented 12 years ago

Can you give me more information? Which system are you running, Linux, Windows or Mac OS X?. Which version of ST2?

mrmurphy commented 12 years ago

Sure! Sorry:

Mac OS X Lion, ST 2 2.0.1 Build 2217

Anything else? It's using built-in Python 2.6.

DamnWidget commented 12 years ago

Ok, thank you, I'll work on it.

DamnWidget commented 12 years ago

Fixed, this should work fine now.

mrmurphy commented 12 years ago

And so it does! Thank you!