2007-12-04から1日間の記事一覧

ファイルのコピー

ファイルをコピーするのに、shutilモジュールを使う。 import shutil shutil.copyfile(file1, file2) これは特に問題なさそう。

今日のエラー

Xlib: unexpected async reply (sequence 0x1cf06)! The program 'python' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAtom (invalid Atom parameter)'. (Details: serial 119508 error_code 5 re…