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)
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)