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

Fix for Python 2.7.10 #29

Open
janislejins opened this issue Nov 3, 2015 · 2 comments
Open

Fix for Python 2.7.10 #29

janislejins opened this issue Nov 3, 2015 · 2 comments

Comments

@janislejins
Copy link

Python 2.7.10 (default, Jul 14 2015, 19:46:27)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

import slugify
Traceback (most recent call last):
File "", line 1, in
File "/Library/Python/2.7/site-packages/slugify/init.py", line 2, in
from slugify.main import Slugify, UniqueSlugify
ImportError: No module named main

@jonafato
Copy link
Contributor

jonafato commented Dec 5, 2016

#22 fixes this issue.

@jonafato
Copy link
Contributor

Looks like #22 has been merged, so this issue can be closed.

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

No branches or pull requests

2 participants