[sqlalchemy] sqlalchemy.exc.NotSupportedError: (NotSupportedError) (1286, Unknown table engine 'InnoDB') set storage_engine='InnoDB' ()

2012-03-20 Thread sajuptpm
Hi, Getting following error while doing setup-app Running setup_config() from site.websetup Creating tables check if database exists create database Traceback (most recent call last): File /home/sa/cms/tg2env/bin/paster, line 8, in module load_entry_point('PasteScript==1.7.3',

Re: [sqlalchemy] sqlalchemy.exc.NotSupportedError: (NotSupportedError) (1286, Unknown table engine 'InnoDB') set storage_engine='InnoDB' ()

2012-03-20 Thread Michael Bayer
that's your MySQL setup raising that error. You need to install MySQL so that the InnoDB engine is supported. On Mar 20, 2012, at 3:21 PM, sajuptpm wrote: Hi, Getting following error while doing setup-app Running setup_config() from site.websetup Creating tables check if database