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
...
File "/home/travis/build/Team-SeeTo/SeeTo-Backend/test.py", line 2, in <module>
from extras_mongoengine.fields import IntEnumField
File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/extras_mongoengine/__init__.py", line 1, in <module>
import fields
ModuleNotFoundError: No module named 'fields'
and I found what is the problem, original init.py code is here,
I write above code for using EnumField. but it raise
ModuleNotFoundError: No module named 'fields'
and I found what is the problem, original init.py code is here,
when I change like this, it works, can I make PR?
thanks.
The text was updated successfully, but these errors were encountered: