Open marcoarruda opened 6 years ago
I found this error in pylint-django repo issues: https://github.com/landscapeio/pylint-django/issues/108 After downgrading pylint to version 1.7.5, it was solved. Another error comes up though.
This message comes up in the console the first time I try to use the autocomplete: Error: Warning: python_linter not initialized yet
Error: Warning: python_linter not initialized yet
at Object.handler.analyze (python_linter.js:62)
at worker.js:632
at loop (worker.js:234)
at module.exports.asyncForEach (worker.js:220)
at exports.LanguageWorker.asyncForEachHandler (worker.js:382)
at analyzeParsed (worker.js:620)
at worker.js:448
at loop (worker.js:231)
at module.exports.asyncForEach (worker.js:220)
at exports.LanguageWorker.asyncForEachHandler (worker.js:382)
Is it normal? Because in the frontend nothing is shown. I was expecting a loading window or maybe a message that informs me to wait for python suggestion server. If not, I'd suggest this feature because as an user, no feedback after pressing Ctrl+Space is bad.
Thanks!
Hello,
I've configured the python path and everything is working, but there's a console error message everytime I use the autocomplete (Ctrl+Space)
Did I forget to install anything?
Up to now, I've installed virtualenv, so I suppose it install the rest of the dependencies inside the virtualenv used by C9, right?
Thanks!