Hi everyone! ๐
I am on Windows, and I use VS Code for development with Python 3.13.1
I am working on a Python project that allows changing the dates (of creation, modification and access) of files in a given directory. I am encountering some problems with the use of the pywin32, win32file, and win32con modules to modify the date of creation of a file on Windows.
VS Code do not recognize them and after launching the program, the terminal tells me that there is an error.
However, I have successfully installed pywin32 with the command pip install pywin32 and when I retype the command it shows me Requirement already satisfied: pywin32 in c: users idris appdata local programs python python313 lib site-packages (311)