The python file name is orientationplot.py This file is very easy to find by google. This python script is used for visualizing the behavior of the WindowOrientationListener in android. but it is write for linux. I want to use it in windows. but there is a error, how can I make this file run in windows.
Traceback (most recent call last):
File "G:\perftool\orientationplot\orientationplot.py", line 27, in <module>
import fcntl
ImportError: No module named fcntl
fcntl.fcntl(stream, fcntl.F_SETFL, os.O_NONBLOCK)