我正在使用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
为什么我收到此消息,是否有任何方法可以解决此问题?