-
Notifications
You must be signed in to change notification settings - Fork 24
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 #81
Comments
Hi @EmilyRagan |
i think this makes sense if you have imported wampy after importing a bunch of stuff yourself in a script. i believe that once it's done the first time, following calls are a no-op. It's worth trying doing the monkey patch at the very top of your script (or commands) and seeing if the error disappears when subsequently importing wampy?
This returns If this fixes your error messages then it's time for me to update the README with some guidelines on how to use wampy in a script. Look forward to hearing back from you. Thanks for your interest. Simon |
hiya @EmilyRagan |
When importing from wampy (tried
from wampy.peers import Client
andimport wampy
) both when trying to run a file and when in the Python REPL, I get the following error (I broke it into several lines to make it a bit more readable):Python v3.7.1
The text was updated successfully, but these errors were encountered: