Sublime Forum

Bug with 'import unicodedata' in ST2 b2126 only on Windows

#1

There is a bug in both (x32 and x64) versions of Sublime Text 2 (build 2126) only under Windows: you can’t load unicodedata module neither from console, nor from the packages.

Steps to reproduce:

  1. Open console (Ctrl + ~)

  2. type import unicodedata

Current output:

>>> import unicodedata Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named unicodedata
Expected output:

>>> import unicodedata

Tested on Sublime Text 2, build 2126, both x32 and x64 (not portable) Windows version.
There is no such bug in Mac versions as well as Windows **portable **versions.

0 Likes