shutil.copyfile is incomplete (truncated)

Roy Smith roy at panix.com
Fri Apr 12 10:57:00 EDT 2013


In article <mailman.511.1365758300.3114.python-list at python.org>,
 Rob Schneider <rmschne at gmail.com> wrote:

>     f.close

Well, there's your problem.  You're not calling close.  You forgot the 
()'s after the function name!



More information about the Python-list mailing list