I want to use paramiko for SFTP transfers on a Windows PC. Have installed it. By running command "pip list" tells me that paramiko 3.4.0 is installed.
first lines in python program are
Regards
George
first lines in python program are
import os import fnmatch import time import shutil import configparser import paramiko .... rest of code hereWhen run I get the error
Error: File "C:\Apps\SFTP Code\SFtpFiles.py", line 9, in <module>
import paramiko
ModuleNotFoundError: No module named 'paramiko'
Any ideas why?Regards
George
Larz60+ write Jul-10-2024, 08:43 AM:
Please post all code, output and errors (it it's entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.
I modified for you this time. Please use BBCode tags on future posts.
Please post all code, output and errors (it it's entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.
I modified for you this time. Please use BBCode tags on future posts.