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.
-
have a look here stackoverflow.com/questions/1250103/…Padraic Cunningham– Padraic Cunningham2014-05-02 00:36:31 +00:00Commented May 2, 2014 at 0:36
-
Post the code to the program, along with the stacktrace. Use gist.github.com if it's a lot of code or stacktrace.Adam F– Adam F2014-05-02 00:36:56 +00:00Commented May 2, 2014 at 0:36
-
The link is gist.github.com/anonymous/9a529b53909ef8148bd4user3576467– user35764672014-05-03 15:04:47 +00:00Commented May 3, 2014 at 15:04
Add a comment
|