猿问

ValueError: source code string cannot contain null bytes

问题如下:

station.py里面是python字典,我现在将station.py作为模块导入另一个模块中执行,出现了错误。

    from stations import stations
ValueError: source code string cannot contain null bytes

是valueerror,我找了一下出现这错误的都是typeerror,请问大家知道如何解决吗?

win7;模块导入正确;station里面只有一个字典。

谢谢==。

杨魅力
浏览 1418回答 3
3回答

杨__羊羊

想请问一下这个问题解决了吗? 我也出现这个问题了
随时随地看视频慕课网APP

相关分类

Python
我要回答