HENNGE / arsenic

Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Other
349 stars 52 forks source link

ImportError: cannot import name 'get_session' from partially initialized module 'arsenic' (most likely due to a circular import) #126

Closed h1n054ur closed 3 years ago

h1n054ur commented 3 years ago

image just trying the example in the docs, how do i fix this?

ojii commented 3 years ago

you named your file arsenic.py so it tries to import from your script, not the arsenic package.

h1n054ur commented 3 years ago

that was it, thanks you so much