Avoid circular importing references for html #3040
ddennerline3
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Can you show a complete example of when this problem happens? In general I dont think python has any issues importing something from |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While trying to get a development environment up and running, I encountered an circular import error that is tied to locust/html.py importing html. I suspect that the PYTHONPATH is set up to somehow avoid this confusion in production.
locust/html.py
Would it be possible to rename the locust version of html.py to report.py (or another suitable name) to avoid potential conflicts with python library’s html module please?
Beta Was this translation helpful? Give feedback.
All reactions