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

Ren'Py 7.4 import ssl fails on Windows. #2207

Closed
Andykl opened this issue May 19, 2020 · 1 comment
Closed

Ren'Py 7.4 import ssl fails on Windows. #2207

Andykl opened this issue May 19, 2020 · 1 comment

Comments

@Andykl
Copy link
Member

Andykl commented May 19, 2020

Full traceback:
  File "game/updater.rpy", line 12, in script
    init python in update:
  File "renpy/ast.py", line 908, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2102, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/updater.rpy", line 13, in <module>
    import ssl
  File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/ssl.py", line 142, in <module>
ImportError: cannot import name enum_certificates
@Andykl
Copy link
Member Author

Andykl commented Jun 27, 2020

Fixed in 26-06

@Andykl Andykl closed this as completed Jun 27, 2020
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