Pandora pianobar not working

Hello if I add pianobar exe and cfg to a folder undre .homeassistant\deps (in windows) the pandora widget loads in HomeAssistant but pressing play does nothing. If I run pianobar.exe it runs and plays music fine so I know its not an issue with the pianobar cfg.

Here is what is in the log

INFO:homeassistant.core:Bus:Handling <Event call_service[L]: service=turn_on, service_call_id=65152240-1, service_data=entity_id=media_player.pandora, domain=media_player>
ERROR:homeassistant.core:Error doing job: Future exception was never retrieved
Traceback (most recent call last):
  File "C:\Users\HomeAutomation\AppData\Local\Programs\Python\Python35-32\lib\concurrent\futures\thread.py", line 55, in run
    result = self.fn(*self.args, **self.kwargs)
  File "C:\Users\HomeAutomation\AppData\Local\Programs\Python\Python35-32\lib\site-packages\homeassistant\core.py", line 1055, in execute_service
    service_handler.func(service_call)
  File "C:\Users\HomeAutomation\AppData\Local\Programs\Python\Python35-32\lib\site-packages\homeassistant\components\media_player\__init__.py", line 319, in media_player_service_handler
    getattr(player, method)()
  File "C:\Users\HomeAutomation\AppData\Local\Programs\Python\Python35-32\lib\site-packages\homeassistant\components\media_player\pandora.py", line 100, in turn_on
    self._pianobar = pexpect.spawn('pianobar')
AttributeError: module 'pexpect' has no attribute 'spawn'

Any help would be great

http://pexpect.readthedocs.io/en/stable/overview.html#pexpect-on-windows