bjarneo / Pytify

A CLI application for controlling Spotify
MIT License
741 stars 40 forks source link

Added absolute import for python 2 and 3.5 compatibility. #22

Closed wohlfea closed 8 years ago

bjarneo commented 8 years ago

Thank you very much. Publishing to pypi soon.

:+1:

bjarneo commented 8 years ago

Pypi atm: Server response (500): Internal Server Error

bjarneo commented 8 years ago

@wohlfea If you try to install newest pytify from pip and run it with python 3.5, do you manage to start songs?

bjarneo commented 8 years ago

Nevermind. Managed to get it work if I set the alias to python3, not python3.5 (it used version 3.51 with alias python3).

wohlfea commented 8 years ago

Cool! Glad it's fixed. A nice project you have here!

bjarneo commented 8 years ago

Thank you :)