whoenig / SublimeCodeSearch

Plugin for CodeSearch within Sublime3
MIT License
11 stars 2 forks source link

Indexing error #1

Closed cyclecz closed 10 years ago

cyclecz commented 10 years ago

Hi, after run Code Search Index the console shows message: Exception in thread Thread-14: Traceback (most recent call last): File "X/threading.py", line 639, in _bootstrap_inner File "X/threading.py", line 596, in run File "Index in /home/viktor/.config/sublime-text-3/Installed Packages/CodeSearch.sublime-package", line 45, in runIndexing AttributeError: 'module' object has no attribute 'STARTUPINFO'

My project config is: { "folders": [ { "path": "/var/www/caramel" } ], "code_search": { "csearchindex": "~/caramel.sublime-csearchindex" } }

...and index file is created. OS Debian Wheezy 64bit.

What is the problem? Thanks.

CycleCZ

cyclecz commented 10 years ago

I forgot: Sublime Text build 3059.