python--自己写的py,import出错,无法import


最终解决方案:

直接把要import的py文件复制到python的安装地址下, 这样,该文件就可以在任何时候被import

相关