I am working on pyhanko , this working fine on my local machine but getting IsADirectoryError on production. #232
-
Hi Matthias, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
(Moved from issue tracker since this is not an actionable bug report. Please read the contribution guidelines before posting.) Well, what can I say, your local timezone file is a directory for some reason. That's an issue with your environment, and has virtually nothing to do with pyHanko. For what it's worth, the dependency that tries to access that file is probably |
Beta Was this translation helpful? Give feedback.
(Moved from issue tracker since this is not an actionable bug report. Please read the contribution guidelines before posting.)
Well, what can I say, your local timezone file is a directory for some reason. That's an issue with your environment, and has virtually nothing to do with pyHanko. For what it's worth, the dependency that tries to access that file is probably
tzlocal
(which is heavily platform-dependent).