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

MonkeyPatchWarning #8

Closed
robertschulze opened this issue Jul 8, 2019 · 1 comment
Closed

MonkeyPatchWarning #8

robertschulze opened this issue Jul 8, 2019 · 1 comment

Comments

@robertschulze
Copy link

from zimply import ZIMServer
C:\Python\anaconda35\lib\site-packages\zimply\zimply.py:58: MonkeyPatchWarning: Monkey-patching ssl after ssl has already been imported may lead to errors, including RecursionError on Python 3.6. Please monkey-patch earlier. See gevent/gevent#1016
monkey.patch_all()

@kimbauters
Copy link
Owner

I cannot reproduce this error. Nevertheless, I followed the recommendations in the link and moved the monkey patching all the way to the beginning of the file. It does not seem to cause any regression issues, so hopefully this the issue you are having.

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

2 participants