id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 197,cannot rename 'foo' to 'hoge/piyo',kato_tatsuya@…,Noah Kantrowitz,"when i rename wikipage '''foo''' to '''hoge/piyo''', I have this error {{{ # python RenamePage.py foo hoge/piyo /path/to/projenv Traceback (most recent call last): File ""RenamePage.py"", line 54, in ? os.path.join(tracenv, 'attachments/wiki', newname)) OSError: [Errno 2] No such file or directory }}} I changed the script at line 54 as follows. then successful. from:: {{{ os.rename(os.path.join(tracenv, 'attachments/wiki', oldname), }}} to :: {{{ os.renames(os.path.join(tracenv, 'attachments/wiki', oldname), }}} I'm sorry for my bad english. Thanks ",defect,closed,normal,WikiRenameScript,normal,fixed,,,