公司动态

【PYTHON】同目录import报错ModuleNotFoundError: No module named ‘xxx‘

📅 2026/8/28 17:16:09
【PYTHON】同目录import报错ModuleNotFoundError: No module named ‘xxx‘
# remote.pyimportsysfrompathlibimportPath# 获取当前remote.py所在文件夹cur_dirPath(__file__).parent sys.path.append(str(cur_dir))importmyrestasht# 再导入