pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
707 stars 87 forks source link

Recursion error #381

Open Grekkor opened 4 years ago

Grekkor commented 4 years ago

Hello, when I try to get auto completions for the os package, I get the following error: https://controlc.com/64623072

tshu-w commented 4 years ago

same issue here.

CeleritasCelery commented 4 years ago

I am not able to reproduce this with a minimal setup. For example the following works for me.

import os
os.<C-M-i>

Can you provide a minimal setup to reproduce?

tshu-w commented 4 years ago

sorry, I try to delete the anacoda-mode folder and everything works fine now.