Concatenating filenames with "+" is seldom what you want.

Instead, you should use os.path.join (or, to decrease portability, 
nt.path.join).

Jeff

Attachment: pgpUKTuVnB2qh.pgp
Description: PGP signature

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to