Resolving the path of the exe files and not it instance in appdata temp #394
Unanswered
VincentHk6
asked this question in
Q&A
Replies: 1 comment 3 replies
-
This has been replied to in #397
I'll close that issue as it would be more ideal to discuss this here - as it is not an issue with the tool itself. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear,
I have the following lines in my .py that i convert to an exe one file window based;
source_path = Path(file).resolve()
source_dir = source_path.parent
I use the pass to access files as config files, so i just need to keep those files in the same folder as the exe.
The problem is that once running the exe it resolve a path here d\AppData\Local\Temp\_MEI209402\ .
Why is that, what did i miss to avoid this issue?
Best regards
Vincent
Beta Was this translation helpful? Give feedback.
All reactions