PermanentTaskFailure: 'module' object has no attribute 'Migrate'
问题 I'm using Nick Johnson's Bulk Update library on google appengine (http://blog.notdot.net/2010/03/Announcing-a-robust-datastore-bulk-update-utility-for-App-Engine). It works wonderfully for other tasks, but for some reason with the following code: from google.appengine.ext import db from myapp.main.models import Story, Comment import bulkupdate class Migrate(bulkupdate.BulkUpdater): DELETE_COMPLETED_JOBS_DELAY = 0 DELETE_FAILED_JOBS = False PUT_BATCH_SIZE = 1 DELETE_BATCH_SIZE = 1 MAX