Warin / SublimeTidyHTML

Cleanup you html files with SublimeTidyHTML. Parse your files with W3C's tidy-html5 locally. No php required nor webservice call.
20 stars 4 forks source link

Error 2 on windows #2

Closed Sinled closed 11 years ago

Sinled commented 11 years ago

When i trying to run tidy command, i receive such message:

[Error 2] The system cannot find the file specified
[cmd:  [u'C:\\Dropbox\\PortableDrive\\Soft\\Sublime Text 2\\Data\\Packages\\SublimeTidyHTML\\bin\\tidy.exe', u'-imq', u'--indent', u'yes', u'--indent-spaces', u'4', u'--wrap', u'0', u'index.html']]
[dir:  C:\Dropbox\PortableDrive\Projects\Arhive\GreenBanana\markup]
[path: C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files\Common Files\Microsoft Shared\Windows Live;c:\php\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\TortoiseSVN\bin;C:\Users\Sinled\AppData\Roaming\npm;C:\Program Files (x86)\nodejs\;c:\Ruby193\bin\;C:\Program Files\Java\jre7\bin;C:\Program Files\FtpUse;C:\Program Files (x86)\Calibre2\;C:\Program Files\Common Files\Microsoft Shared\Windows Live]
[Finished]

Any ideas whats the problem?

Warin commented 11 years ago

Hi @Sinled, did you install with the Package Control?

Warin commented 11 years ago

I've spotted an error in the script paths. Can you try to reinstall the addon and see if it works now?

This commit should fix the issue: 7242c1c25d9b6e2c734fc232794776b0177e8ebe

Sinled commented 11 years ago

Thanks, it works now.