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
Getting this error when trying to execute as a .py file.
Is it even possible to execute this as a standalone script to, for example, get a quick wordlist?
ImportError: cannot import name 'top_n_list' from partially initialized module 'wordfreq' (most likely due to a circular import) (/home/yaoberh/wordfreq.py)
The text was updated successfully, but these errors were encountered:
Getting this error when trying to execute as a .py file.
Is it even possible to execute this as a standalone script to, for example, get a quick wordlist?
ImportError: cannot import name 'top_n_list' from partially initialized module 'wordfreq' (most likely due to a circular import) (/home/yaoberh/wordfreq.py)
The text was updated successfully, but these errors were encountered: