Sublime Forum

Indentation error

#1

I’m a long-time (registered) Sublime Text user.

Getting an error:
Dependency import failed; please read readme for
Statement plugin for installation instructions;
to disable this message remove this plugin; message:
No module named ‘Expression’

After this, I’m unable to addd a space anywhere
in the document. And I cannot respond to this-
don’t know how.

Tell me what to do if you can.

Donald Brady
60cranes@gmail.com

0 Likes

#2

The error is raised by Statement package.

It fails to load modules from Expression package, which is either disabled or not installed.

To fix this error:

  1. Install or enable Expression package
  2. or alternatively rmove Statement package, if it is not needed.
0 Likes