Skip to content
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

Windows os.add_dll_directory() missing Python 3.11.4 3.12.3 #41

Open
igoforth opened this issue May 26, 2024 · 0 comments
Open

Windows os.add_dll_directory() missing Python 3.11.4 3.12.3 #41

igoforth opened this issue May 26, 2024 · 0 comments

Comments

@igoforth
Copy link

I know the last thing you want is more Windows issues but I figured I'd drop this here on the off-chance it helps.

PS > .\python
Python 3.12.3 (main, May 26 2024, 10:15:20) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.add_dll_directory()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'os' has no attribute 'add_dll_directory'
PS > bin/python
Python 3.11.4 (heads/pypack1:7127f06, May 25 2024, 19:26:57) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.add_dll_directory()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'os' has no attribute 'add_dll_directory'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant