aziezahmed / podcast-player

A Python command line podcast player
22 stars 3 forks source link

Can't convert an INT to lower() #5

Open mixographer opened 6 years ago

mixographer commented 6 years ago

in the menu i select a podcast by number, and get:

Traceback (most recent call last): File "/usr/local/bin/podcast", line 9, in load_entry_point('podcast-player==1.4.0', 'console_scripts', 'podcast')() File "/Library/Python/2.7/site-packages/podcast_player/cli.py", line 286, in main podcast_menu() File "/Library/Python/2.7/site-packages/podcast_player/cli.py", line 246, in podcast_menu choice = handle_choice() File "/Library/Python/2.7/site-packages/podcast_player/cli.py", line 126, in handle_choice choice = choice.lower()

mixographer commented 6 years ago

It looks like python3 is required and I accidentally used 2.7.