I want to do a deepcopy in IronPython, but when I write
import copy
I get no module named copy.
How do I deepcopy in IronPython?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use IronPython version 2.6.1, and select the standard library option in the installer.
An example from my installation: