<div dir="ltr">Hi All<div><br></div><div>   When I tried to run a simple twisted program and noticed there was an error as following:</div><div><br></div><div><div>File "C:\Python34\lib\site-packages\twisted\python\lockfile.py", line 52, in <module></div><div>    _open = file</div><div>NameError: name 'file' is not defined</div></div><div><br></div><div><br></div><div>   simply replace file as open like</div><div><br></div><div>_open = open</div><div><br></div><div>   can run the program.</div><div><br></div><div>  Is it a bug?</div><div><br></div><div>Regards</div><div><br></div><div>gelin yan</div></div>