-
Notifications
You must be signed in to change notification settings - Fork 132
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
copy broken by 2.4.0 #136
Comments
I'm encountering this problem as well, from Ren'py, a visual novel design software.
error:
RESOLUTION: The only way I figured out how to fix this is installing addict version 2.30 via pip, like this:
In this link: https://github.com/mewwts/addict/releases/tag/v2.4.0 , it looks like a new feature was added in 2.4.0. Are we supposed to unfreeze our addict_dictionary before using it, would that make the above problem go away? |
This code used to work (up to 2.3.0), but raises an error in 2.4.0:
Output:
The text was updated successfully, but these errors were encountered: