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
when i execute this test code, it gives me the error below
Traceback (most recent call last):
File "", line 1, in
File "/home/dev/Desktop/AIML/reactpy.py", line 1, in
from reactpy import component
ImportError: cannot import name 'component' from partially initialized module 'reactpy' (most likely due to a circular import) (/home/dev/Desktop/AIML/reactpy.py)
reactpy is installed and sample application pages is opening as well.
kindly tell how to cater this issue?