gmusic-playlist icon indicating copy to clipboard operation
gmusic-playlist copied to clipboard

Python 2 and 3 compatibility

Open steveluscher opened this issue 7 years ago • 1 comments

On MacOS X (El Capitan) I tested that the following works:

pyenv install 2.7
pyenv local 2.7
pip install -r requirements.txt
python ./ExportLists.py export  # works
python ./ImportLists.py /path/to/素晴らしい音楽.csv  # works

pyenv install 3.5.1
pyenv local 3.5.1
pip install -r requirements.txt
python ./ExportLists.py export  # works
python ./ImportLists.py /path/to/素晴らしい音楽.csv  # works

Closes #41.

steveluscher avatar Jul 26 '16 06:07 steveluscher

This should really be merged...

arcsector avatar Feb 15 '20 01:02 arcsector