You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask why would we observe this error? Is there any workaround?
Before compilation, we can calc the hash. Please see below.
/Windows\System32\test.txt
SHA1= 403926033d001b5279df37cbbe5287b7c7c267fa
After compiltation, the compiled exe program throw the following error.
Error: [Errno 2] No such file or directory: '/Windows\System32\test.txt'
The text was updated successfully, but these errors were encountered:
stevenfonz
changed the title
After compiled by pyinstaller - Error: [Errno 2] No such file or directory: '/Windows\\System32\\test.txt'
After compiled to exe - Error: [Errno 2] No such file or directory: '/Windows\\System32\\test.txt'
Aug 9, 2021
Hi,
I would like to ask why would we observe this error? Is there any workaround?
Before compilation, we can calc the hash. Please see below.
/Windows\System32\test.txt
SHA1= 403926033d001b5279df37cbbe5287b7c7c267fa
After compiltation, the compiled exe program throw the following error.
Error: [Errno 2] No such file or directory: '/Windows\System32\test.txt'
The text was updated successfully, but these errors were encountered: