Zabbix-Network-Weathermap
Zabbix-Network-Weathermap copied to clipboard
ValueError: source code string cannot contain null bytes
hi, i have an error :
./weathermap.py -h
Traceback (most recent call last):
File "./weathermap.py", line 10, in
Hi, I dont have this problem. http://permalink.gmane.org/gmane.comp.python.django.user/164608 https://stackoverflow.com/questions/31233777/python-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.