You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c:\python27\lib\site-packages\flask_cache\jinja2ext.py:33: ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead.
===============================================
report error when use pyinstaller to freeze flask project
C:\Users\root\Desktop\flask-aim-angle\flask_aim\dist\master>master.exe
Traceback (most recent call last):
File "flask-aim-angle\flask_aim\master.py", line 12, in
File "c:\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
exec(bytecode, module.dict)
File "flask-aim-angle\flask_aim\app.py", line 21, in
File "site-packages\flask_cache_init_.py", line 121, in init
File "site-packages\flask_cache_init_.py", line 156, in init_app
File "c:\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
exec(bytecode, module.dict)
File "site-packages\flask_cache\jinja2ext.py", line 33, in
ImportError: No module named ext.cache
Failed to execute script master
The text was updated successfully, but these errors were encountered:
I am getting an exception while installing gdash on Centos 7. The recommendation now is to use Flask-Caching instead of Flask-Cache - thadeusb/flask-cache#171. Please review and let me know if this is something we can change ..
Thanks,
Ahsan
The package is currently broken and most folks recommend to use
`flask-caching` (see
thadeusb/flask-cache#171).
The only package in `nixpkgs` which remained to use `flask_cache`
(`graphite_api`) still builds with `pythonPackages.flask-caching`.
The removal and corresponding `graphite_api` change unbreaks several
Hydra builds (see https://hydra.nixos.org/build/76953777).
c:\python27\lib\site-packages\flask_cache\jinja2ext.py:33: ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead.
===============================================
report error when use pyinstaller to freeze flask project
C:\Users\root\Desktop\flask-aim-angle\flask_aim\dist\master>master.exe
Traceback (most recent call last):
File "flask-aim-angle\flask_aim\master.py", line 12, in
File "c:\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
exec(bytecode, module.dict)
File "flask-aim-angle\flask_aim\app.py", line 21, in
File "site-packages\flask_cache_init_.py", line 121, in init
File "site-packages\flask_cache_init_.py", line 156, in init_app
File "c:\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
exec(bytecode, module.dict)
File "site-packages\flask_cache\jinja2ext.py", line 33, in
ImportError: No module named ext.cache
Failed to execute script master
The text was updated successfully, but these errors were encountered: