This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Steffen Kampmann
Recipients Steffen Kampmann
Date 2015-07-20.08:40:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437381607.37.0.102405626215.issue24672@psf.upfronthosting.co.za>
In-reply-to
Content
I run python 2.7 on Windows 7 and the function rmtree of the shutil package fails to remove files with a non ascii filename:

    File "C:\Users\skampmann\AppData\Local\Continuum\Anaconda\lib\shutil.py", line 247, in rmtree    rmtree(fullname, ignore_errors, onerror)
    File "C:\Users\skampmann\AppData\Local\Continuum\Anaconda\lib\shutil.py", line 247, in rmtree    rmtree(fullname, ignore_errors, onerror)
    File "C:\Users\skampmann\AppData\Local\Continuum\Anaconda\lib\shutil.py", line 247, in rmtree    rmtree(fullname, ignore_errors, onerror)
    File "C:\Users\skampmann\AppData\Local\Continuum\Anaconda\lib\shutil.py", line 252, in rmtree    onerror(os.remove, fullname, sys.exc_info())
    File "C:\Users\skampmann\AppData\Local\Continuum\Anaconda\lib\shutil.py", line 250, in rmtree    os.remove(fullname)
  WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden: 'H:\\ihre_perso\xa6\xeanlichen_Zugangsdaten600.jpg'

Please let me know if i can help with something.
History
Date User Action Args
2015-07-20 08:40:07Steffen Kampmannsetrecipients: + Steffen Kampmann
2015-07-20 08:40:07Steffen Kampmannsetmessageid: <1437381607.37.0.102405626215.issue24672@psf.upfronthosting.co.za>
2015-07-20 08:40:07Steffen Kampmannlinkissue24672 messages
2015-07-20 08:40:05Steffen Kampmanncreate