Python Forum

Full Version: Basic programming problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Could You tell me, what wrong with this code is, please?
python import myfile

Traceback (most recent call last): File "<stdin>", line 1, in <module> ValueError: source code string cannot contain null bytes
There is something wrong with the way you saved your file, and for some reason in has a null byte in it.