[issue4081] Error copying directory to _static in Sphinx

2008-10-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Great! Thanks for the patience. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue4081] Error copying directory to _static in Sphinx

2008-10-18 Thread Tim Delaney
Tim Delaney <[EMAIL PROTECTED]> added the comment: Confirmed fixed in 0.43 - this issue can be closed. ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue4081] Error copying directory to _static in Sphinx

2008-10-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: But there is a "path.exists()" condition around the rmtree, isn't there? ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue4081] Error copying directory to _static in Sphinx

2008-10-08 Thread Tim Delaney
Tim Delaney <[EMAIL PROTECTED]> added the comment: Oops - didn't complete my thought. The issue is that if the directory does not already exist, the attached exception is raised. ___ Python tracker <[EMAIL PROTECTED]> __

[issue4081] Error copying directory to _static in Sphinx

2008-10-08 Thread Tim Delaney
New submission from Tim Delaney <[EMAIL PROTECTED]>: If there is a directory to be copied to _static, Sphinx first attempts to delete any directory by the same name in the _static directory. See attached sphinx_static_exc.txt for the exception. The simplest fix is to change the call (line 595,