Closed dav1nci closed 7 years ago
Looks like import inside flask application imports packages to some special namespace
It does not.
Please use Stack Overflow for questions about your own code. This tracker is for issues with Flask itself. Be sure to include a Minimal, Complete, and Verifiable Example.
Expected Behavior
inside blueprints.flaskr.py from flask examples I add some code
Actual Behavior
cPickle and pickle can't find Foo. Even after I installed
foo
as package. Looks likeimport
inside flask application imports packages to some special namespace or context, wherepickle
orcPicke
can't find them. I open this issue because I spent a day and didn't find any information about this. If someone know how to fix this, help me =)Environment