After upgrading to 14.04 most of my Python plugins for Kate stopped working. Specifically, all the "checkers" (pyflakes, pep8, etc). Some of the other stuff is still there (e.g. Block, ColorTools, etc) but I really only care about the checkers. I tried blowing away all my Kate settings (in ~/.kde/share/apps/kate and ~/.kde/share/config/kate*) but that didn't do anything. I double-checked that all the files were present in:
/usr/share/kde4/apps/kate/pate/python_utils
...which is installed as part of the kate-data package. Anyone else have this problem or have any ideas on how to troubleshoot further? I tried putting logging statements and whatnot inside the python_utils *.py files but they just don't appear to be loading at all. I am at a loss as to how to fix this problem. Any help would be appreciated (yes I tried googling).
/usr/share/kde4/apps/kate/pate/python_utils
...which is installed as part of the kate-data package. Anyone else have this problem or have any ideas on how to troubleshoot further? I tried putting logging statements and whatnot inside the python_utils *.py files but they just don't appear to be loading at all. I am at a loss as to how to fix this problem. Any help would be appreciated (yes I tried googling).
Comment