Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 2 and 3 compatibility #46

Closed
wants to merge 4 commits into from
Closed

Python 2 and 3 compatibility #46

wants to merge 4 commits into from

Conversation

steveluscher
Copy link

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.

@@ -0,0 +1,31 @@
appdirs==1.4.0
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this be slimmed down so that it has what the playlist scripts directly depends on?

looks like for now it may just be gmusicapi and future.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's as slim as it gets. That's the output of pip freeze having installed only gmusicapi and future.

On Jul 27, 2016, at 8:28 PM, John Elkins [email protected] wrote:

In requirements.txt:

@@ -0,0 +1,31 @@
+appdirs==1.4.0
can this be slimmed down so that it has what the playlist scripts directly depends on?

looks like for now it may just be gmusicapi and future.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@arcsector
Copy link

This should really be merged...

@steveluscher steveluscher closed this by deleting the head repository Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python 3 related errors and what I changed
3 participants