Errors on Python 3.7 it autoreloader when namespace packages are present #1697
Labels
Comments
I guess, we could catch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running CherryPy on Python 3.7, I see these errors:
This issue is likely related to the change that namespace packages now have a
__file__
ofNone
.The text was updated successfully, but these errors were encountered: