Im developing a small plugin for Sublime Text 2, but i need to use MySQLdb module. The MySQLdb module works fine from my normal CLI. But SB2 uses its own version of Python.
Any idea how i can install the MySQKdb module and where so SB2 can find it?
Python installation used /System/Library/Frameworks/Python.framework/Versions/2.7/
Thanks!