3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +01:00

faq: mention errors caused by tabs in config (#316)

This commit is contained in:
James Lu 2016-08-14 18:03:50 -07:00 committed by GitHub
parent 2d89fd44cd
commit bf36d58612

View File

@ -31,3 +31,7 @@ PyLink does not support inbound connections - much like regular services such as
### I get errors like "ImportError: No module named 'yaml'" when I start PyLink ### I get errors like "ImportError: No module named 'yaml'" when I start PyLink
You are missing dependencies - re-read https://github.com/GLolol/PyLink#dependencies You are missing dependencies - re-read https://github.com/GLolol/PyLink#dependencies
### I get errors like "yaml.scanner.ScannerError: while scanning for the next token, found character '\t' that cannot start any token"
You must use SPACES and not tabs in your configuration! (`\t` is the escaped code for a tab, which is disallowed by YAML)