Oct-29-2016, 02:42 AM
i am getting this import failure even in this minimal code:
Output:lt1/pdh /home/pdh 7> cat tryx.py
from copy import deepcopy
lt1/pdh /home/pdh 8> python tryx.py
Traceback (most recent call last):
 File "tryx.py", line 1, in <module>
   from copy import deepcopy
ImportError: cannot import name deepcopy
lt1/pdh /home/pdh 9> python3 tryx.py
Traceback (most recent call last):
 File "tryx.py", line 1, in <module>
   from copy import deepcopy
ImportError: cannot import name 'deepcopy'
lt1/pdh /home/pdh 10>
any idea why?
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.