Getting peewee to work on elastic beanstalk
问题 I'm trying to install the peewee package on an elastic beanstalk instance to control a bottle application. I think the problem is with the MySQL-python dependency, but peewee doesn't load either. My requirements file looks like this: bottle==0.11.6 peewee==2.1.1 MySQL-python I also tried MySQL-python as MySQL-python==1.2.4b4 . For a number of reasons which I believe are summed up here, this doesn't work; peewee isn't installed and I get this error message in the log: 2013-05-18 06:57:08,407