Sublime Forum

CTag does not create .tags file

#1

Hello everyone,

I’m having a problem that is really annoying me.
CTag is not being capable of creating the .tags file, this way the package became kind of uselees, and I really like it.
I’m running Sublime 2 in a Windows 7 64bits and I’ve already looked into the folder to check if it is “only readable”, but I think that is not the problem.
Anyone else had trouble with that and can give me a tip?
I would be really grateful!

That’s the log I get when I try to build the .tags file:

Building CTags for <my_path ;) > : Please be patient Exception in thread Thread-4630: Traceback (most recent call last): File ".\threading.py", line 532, in __bootstrap_inner File ".\threading.py", line 484, in run File ".\ctagsplugin.py", line 118, in run File ".\ctagsplugin.py", line 871, in build_ctags UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 21: ordinal not in range(128)

Thanks!

0 Likes

#2

You should create an issue on the plugins page. github.com/SublimeText/CTags Not really sure if that’s the one you are using, but I’m guessing it is.

0 Likes