You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows 7 with SublimeText2 2.0.1 build 2217 the plugin fails to load due to an import error:
No module named unicodedata
Traceback (most recent call last):
File ".\sublime_plugin.py", line 87, in reload_plugin
File ".\LettuceFarmer.py", line 161, in __init__
File ".\LettuceFarmer.py", line 293, in _reload_step_definitions
File ".\LettuceFarmer.py", line 45, in __init__
NameError: global name 'lettuce' is not defined
The text was updated successfully, but these errors were encountered:
On Windows 7 with SublimeText2 2.0.1 build 2217 the plugin fails to load due to an import error:
The text was updated successfully, but these errors were encountered: