-
Notifications
You must be signed in to change notification settings - Fork 15
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
ImportError: cannot import name indent #1
Comments
Thanks for checking out the code and letting me know about this! Currently
only Python 3 is supported, so you may want to try it with that.
Please let me know if you encounter any other problems.
…On 24 Dec 2016 19:45, "Matthias Jordan" ***@***.***> wrote:
Python 2.7.13
pip 9.0.1
I keep getting this error:
Traceback (most recent call last): File "/usr/local/bin/hps", line 11, in
<module> from hugophotoswipe.ui import main File "/usr/local/lib/python2.7/
site-packages/hugophotoswipe/ui.py", line 14, in <module> from
.hugophotoswipe import HugoPhotoSwipe File "/usr/local/lib/python2.7/
site-packages/hugophotoswipe/hugophotoswipe.py", line 14, in <module>
from .album import Album File "/usr/local/lib/python2.7/
site-packages/hugophotoswipe/album.py", line 19, in <module> from .photo
import Photo File "/usr/local/lib/python2.7/site-packages/hugophotoswipe/photo.py",
line 18, in <module> from textwrap import wrap, indent ImportError: cannot
import name indent
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADImqKYPqhQvYZf-iAOn96dDFwlSCT1gks5rLWgxgaJpZM4LVRrg>
.
|
@iammatthias it should work in Python 2 now as well. Let me know if you encounter any other problems. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python 2.7.13
pip 9.0.1
I keep getting this error when I run
hps init
:If I remove
indent
fromfrom textwrap import wrap, indent
I get this error:The text was updated successfully, but these errors were encountered: