0

Exception in Pycharm when working on django templates

Cody Harrington 9 jaar geleden bijgewerkt 9 jaar geleden 0
I'm working in Pycharm Community Edition on a Python Django HTML template file, and when I type 

   {% 

Codeivate breaks, with the exception provided below.

{% is the start of a special template keyword, i.e. {% for x in y %} or {% if x %}.

This only happens the first time I type it after opening PyCharm. It doesn't happen again until I've restarted PyCharm, I think. Log output at the link below:

http://sprunge.us/DYcJ

Here are some of my current system specs (I'm currently using a colleague's OSX computer):

Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode)
PyCharm Community Edition 3.4.1 Build #PC-135.1057

Two other notable plugins I have installed are IdeaVim and CodeGlance.

Let me know if you need any other info.