AttributeError: 'module' object has no attribute 'lock'

_lock_sqlite3=threading.lock()
一直,AttributeError: 'module' object has no attribute 'lock'

原来:
_lock_sqlite3=threading.Lock()

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/310974/viewspace-2142855/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/310974/viewspace-2142855/

你可能感兴趣的:(AttributeError: 'module' object has no attribute 'lock')