-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wenv init
reports ModuleNotFoundError: No module named '_socket'
#18
Comments
This message comes from the
This is weird as the
The reason why the automatic finding doesn't work seems to be that this directory can only be
So appending the backslash in PYTHONPATH seems to fix this issue:
Unfortunately, setting this via the env variable doesn't really seem to work:
So I guess there is no really nice workaround and we'd better somehow fix that PS: my system python is Python 3.11.1 (main, Dec 7 2022, 00:00:00) [GCC 12.2.1 20221121 (Red Hat 12.2.1-4)] on linux / Fedora 37 |
There actually is a workaround: it seems that moving the
|
@nukemiko How did you install @N-Coder What version of Wine is this? See |
I can report that it worked without needing the workaround on a downgraded wine 7.12, my comments above were based on 7.22. |
OS: Arch Linux
WINE version: wine-7.22 (Staging)
wenv version: 0.4.1
No
WINEPREFIX
settings.The text was updated successfully, but these errors were encountered: