A customer was using Python 3.4 in a Windows environment and getting a traceback ending with
from twisted.python import lockfile, failure
File "C:\Python34\lib\site-packages\twisted\python\lockfile.py", line 52, in <module>
_open = file
NameError: name 'file' is not defined
A customer was using Python 3.4 in a Windows environment and getting a traceback ending with
when importing the datasift module.
Apparently this is due to a known problem on Windows with Python 3.X (glyph is a core maintainer of twisted): http://www.scriptscoop.net/t/7d436f5544a8/twisted-work-with-python-3-3.html
Can we update the README advising Windows users to use Python 2.7?