werner
unread,May 8, 2013, 11:30:09 AM5/8/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wxPyth...@googlegroups.com
Hi,
When I try to build the doc I see the following exception. My work
around is just to get rid of the ".svn" folders, as I don't care about
them (in this case;-) ), but I am sure there must be a "cleaner" way.
Werner
- lib.wordwrap (module)
- lib.wxpTag (module)
Finished command: wx.lib (1m37.302s)
Running command: clean_sphinx
Traceback (most recent call last):
File "build.py", line 1506, in <module>
main(sys.argv[1:])
File "build.py", line 159, in main
function(options, args)
File "build.py", line 1316, in cmd_clean_sphinx
shutil.rmtree(d)
File "c:\python27\lib\shutil.py", line 244, in rmtree
rmtree(fullname, ignore_errors, onerror)
File "c:\python27\lib\shutil.py", line 244, in rmtree
rmtree(fullname, ignore_errors, onerror)
File "c:\python27\lib\shutil.py", line 244, in rmtree
rmtree(fullname, ignore_errors, onerror)
File "c:\python27\lib\shutil.py", line 249, in rmtree
onerror(os.remove, fullname, sys.exc_info())
File "c:\python27\lib\shutil.py", line 247, in rmtree
os.remove(fullname)
WindowsError: [Error 5] Acc�s refus:
'H:\\devProjectsT\\wxPhoenix\\docs\\html\\_static\\css\\.svn\\all-wcprops'
Finished command: clean_sphinx (0.704s)