在Google App Engine中使用django-nonrel时manage.py出现AttributeError异常消息
我正在使用Python 2.7和django-nonrel来在Google应用引擎上运行Django项目。我使用的是Google应用引擎SDK的1.6版本。我运行了python manage.py syncdb
或者python manage.py deploy
。当命令执行完毕后,我收到了以下信息:
Exception AttributeError: "'NoneType' object has no attribute 'mkstemp'" in <bound method DatastoreFileStub.__del__ of <google.appengine.api.datastore_file_stub.DatastoreFileStub object at 0x8a2422c>> ignored
我为什么会收到这个信息,有没有办法解决这个问题呢?