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

ImportError: cannot import name 'secure_filename' from 'werkzeug when using "excalibur initdb" #104

Closed
xubiuit opened this issue May 5, 2020 · 2 comments
Projects

Comments

@xubiuit
Copy link

xubiuit commented May 5, 2020

Hi guys,

I faced the issue when trying excalibur initdb with the package which installed via pip.
After checked, I change this line

from werkzeug import secure_filename

to from werkzeug.utils import secure_filename and reinstall via git clone repo in my localhost. Everything seems okay after that.

Please check to consider to update the source code and let me know if I did something wrong.

Thanks and regards,
Binh Nguyen

@vinayak-mehta vinayak-mehta added this to Backlog in TODO! Jul 9, 2020
@vinayak-mehta
Copy link
Member

This shouldn't be an issue with the latest release.

@vinayak-mehta vinayak-mehta moved this from Backlog to Done in TODO! Jul 28, 2020
@ninja-lab
Copy link

I had to make this change today. I use anaconda on Windows 10, and had followed directions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
TODO!
  
Done
Development

No branches or pull requests

3 participants