Найти - Пользователи
Полная версия: Чтение файла по сети
Начало » Python для новичков » Чтение файла по сети
1
ihar_shurin
Добрый день,
with open('//192.168.1.2/test/!!!/!!!!/!!!!!/test.txt', “r”) as file:
content = file.read()
print(content)

при выполнении выдает ошибку
FileNotFoundError: No such file or directory: ‘//192.168.1.2/test/!!!/!!!!/!!!!!/test.txt’

Файл точно находится по указанному пути. Как передать сетевой путь правильно?
ihar_shurin
Спасибо, разобрался
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB