mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[GH-ISSUE #299] import os, platform #261
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tympanicblock61 on GitHub (Aug 8, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/299
Describe the bug
when you import os, platform it says that it cannot find 'C:\Users\tjdom\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\loader\pyimod01_os_path.py'
To Reproduce
Steps to reproduce the behavior:
import os, platform and convert to exe it will not work
Expected behavior
just to import os, platform
Screenshots

Your Environment:
3.10.3):2.21.1):5.3):0.14.0):@tympanicblock61 commented on GitHub (Aug 8, 2022):
pyinstaller --noconfirm --onefile --console "C:/Users/tjdom/Dropbox/PC/Desktop/saiko/test.py"