Python crashed when importing SOAPpy, printing out 'usage:copy source destination'

Fredrik Lundh fredrik at pythonware.com
Sat Oct 28 11:29:34 EDT 2006


jiang.haiyun at gmail.com wrote:

> I still can't understand it. If i rename the 'copy.py' to 'a.py',
> there will be no problem.

hint: when it works, try typing the following into the interpreter:

     >>> import copy
     >>> copy.__file__

</F>




More information about the Python-list mailing list