bjarneo / Pytify

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

Problem with imports in python 3.4 fix #18

Closed kennedyshead closed 8 years ago

kennedyshead commented 8 years ago

I had problem where the imports did not work in python 3.4 installed with pip

bjarneo commented 8 years ago

Awesome. Thank you! Before I merge, did you test it in python 2.7 also?

kennedyshead commented 8 years ago

Yes, works like a charm

bjarneo commented 8 years ago

Great. Thanks again :+1:

bjarneo commented 8 years ago

Tested in python 2.7 now. Won't work.

Traceback (most recent call last): File "cli.py", line 2, in from .strategy import get_pytify_class_by_platform ValueError: Attempted relative import in non-package