I just started with xbmcswift2 on a Windows 7 machine, and encountered the error ImportError: No module named readline when launching it from the command line.
Installing pyreadline via pip install pyreadline resolves this error. Maybe this could be added to the installation instructions?