Showing posts with label mako. Show all posts
Showing posts with label mako. Show all posts

Thursday, August 2, 2012

Setting up Python Mako with MySQL Workbench

It seems that on MAC, does not to include packages from:

/Library/Python/2.7/site-packages/*


Therefore, its not available within the plugin environment of MySQL Workbench.

The solution is to copy
/Library/Python/2.7/site-packages/mako
as:
/Users/james/Library/Application Support/MySQL/Workbench/mako