py3-pinterest: No credentials stored [Errno 2] No such file or directory: 'data/my@mail'
from py3pin.Pinterest import Pinterest
pinterest = Pinterest(email='my@mail',
password='pass',
username='username')
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 20 (14 by maintainers)
Me too
Previously, the program itself created a directory, if that does not exist, now it gives an error. Maybe it’s a my Windows admin rules problem. But today, in my case, directory has been created, and the program show the error too. I think it can be an error with the Windows’ and UNIX difference in the path slashes, but I’m not shure about it.