pythonemacspyflakes

Emacs 23 hangs on python mode when typing string block """


My Emacs hangs (Ubuntu 9 + Emacs 23 + Pyflakes) when I type """ quotes for string blocks.

Anybody experienced the same problem? I think, it may not be an Emacs problem but some Python mode or Pyflakes which I use it for error checking.

Anybody got around the issue? It is a really frustrating experience.


Solution

  • latest pyflakes in development mode fixed this problem for me. Thanks all

    sudo easy_install -U pyflakes