Closed zonito closed 7 years ago
Do you have a constants.py file in your own app? I suppose it's possible it's colliding with the endpoints constants.py file, but that seems odd.
Yes, I have constants.py
file in root level.
This is ultimately caused by the same problem as #103, I think. I will see if I can figure out a good fix.
2.4.3 contains this fix.
My code was working with previous "google-endpoints" version, but after updating it failed to import "constants" file.
If I rename it to something else like
const.py
it worked.Few more similar errors: