6

I encountered Error: 'module' object has no attribute 'copy' while running a pygame program. In my code, I never referred to a copy attribute, so I don't understand where the error is coming from.

user3576467
  • 394
  • 1
  • 5
  • 10

1 Answers1

21

I think there is a python file named "copy" in your directory. I had the same problem, after I delete the "copy" file, the error has gone.

tao zhan
  • 226
  • 3
  • 5