pylnk3 not working in python3.7.7
DreamoryIndia opened this issue · 2 comments
DreamoryIndia commented
While parsing link file using 'parse' argument the following error occured:
ValueError: month must be in 1..12
strayge commented
Hi,
Thanks for feedback.
Unfortunately, lnk files can be very different. They depends on file type, windows version, etc.
I just tested with random link, and parsing works on python 3.7.7:
$ python --version
Python 3.7.7
$ python ./pylnk3.py p 1.lnk
...
Creation Time: 2018-12-15 01:15:32.940672
Modification Time: 2012-11-16 07:34:22
Access Time: 2020-07-24 20:21:48.696865
...
So it link specific problem.
If you can share problem lnk file I can try to dig up a bit more.
DreamoryIndia commented
Hey,
You are right, I tried with different link file. It worked.
Thanks for your reply.