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

Problems on Windows #26

Open
DWand opened this issue Mar 20, 2016 · 0 comments
Open

Problems on Windows #26

DWand opened this issue Mar 20, 2016 · 0 comments

Comments

@DWand
Copy link

DWand commented Mar 20, 2016

Hello, @cianclarke. Thank you for this wonderful module. I needed a quick way to organize a simple image gallery to share photos from a directory. This module does it quite well.

However, unfortunately, I wasn't able to make it work out of the box on Windows 7. After debugging I found that you are using a path.join method to construct urls for albums and photos. I guess, on Windows it produces incorrect values because of usage backward slashes instead of forward ones.

I was able to run it by replacing path.join with urljoin method. Tweaking the library is totally acceptable in my use case, but, probably, it may cause problems in production usage of the module. Hope, this helps somehow.

Best regards.

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

1 participant