Prototype-X/Zabbix-Network-Weathermap

ValueError: source code string cannot contain null bytes

livan389 opened this issue · 2 comments

hi,
i have an error :

./weathermap.py -h

Traceback (most recent call last):
File "./weathermap.py", line 10, in
from config import ConfigLoader, ConfigCreate
ValueError: source code string cannot contain null bytes

@livan389 open your file with an editor that can show you all invisible characters (if you are using a mac you can do it with Coda), you will see where is the invalid char, just delete and re-type it.