Are you trying to initialize the plugin in db.py? If so, then the problem is 
that db.py is being read before plugin_ckeditor.py (web2py loads models in 
alphabetical order). So what I usually do is make a tables.py model where I 
define my tables. You can initialize the plugin in this file, as it will be 
loaded after the plugin's model.

Reply via email to