-
Notifications
You must be signed in to change notification settings - Fork 29
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
Error occurs when parent modules are previously imported #2
Comments
Confirmed this was creeping up when lazy-loading submodules of fully-loaded base modules. Fix was simple, but since this has serious impact I released v0.2.2 with it right away. |
Fixed! Great to get the quick turnaround. All is working well. |
I think I'm following the directions but I am encountering an error with this command |
Could you open a new issue with the question, and the exact lines you're using? On a first check I can run that without problems. |
This first occurred in my modules but the error also occurs with python email module. The error occurs when email is system imported before lazy_module('email.mime') or lazy_module('email.mime.audio') or email.mime is imported before lazy_module('email.mime.audio').
Ceti$ py
Python 3.6.4 (v3.6.4:d48ecebad5, Dec 18 2017, 21:07:28)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Ceti$ py
Python 3.6.4 (v3.6.4:d48ecebad5, Dec 18 2017, 21:07:28)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: