Bug 67717 - Other: Windows uninstaller fails to delete folders with **\__pycache__\*.cpython-33.pyc
Summary: Other: Windows uninstaller fails to delete folders with **\__pycache__\*.cpyt...
Status: RESOLVED DUPLICATE of bug 67706
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
4.1.0.4 release
Hardware: Other Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: BSA
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-03 15:58 UTC by gekacheka
Modified: 2013-08-03 16:24 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gekacheka 2013-08-03 15:58:12 UTC
Problem description: 

Uninstall failed to delete folders with pycache files.
While these files may not have been created during installation,
they do not appear to be anything that user would want to keep.

Steps to reproduce:
1. Install LibreOffice 4.1.04 (on windows xp)
2. (Tried version of LibreOffice Calc)
3. Uninstall (via control panel, add or remove programs)

Current behavior:

16 folders and 45 files remain

program/__pycache__/  (3 .cpython-33.pyc files)
program/python-core-3.3.0/lib/__pycache__/ (29 .cpython-33.pyc files)
program/python-core-3.3.0/lib/collections/__pycache__/ (2 .cpython-33.pyc files)
program/python-core-3.3.0/lib/encodings/__pycache__/ (6 .cpython-33.pyc files)
program/python-core-3.3.0/lib/importlib/__pycache__/ (2 .cpython-33.pyc files)

share/extensions/dict-en/pythonpath/__pycache__/ (3 .cpython-33.pyc files)


Expected behavior:

All LibreOffice application folders and files are removed.

Additional info:

Bug 32112 comment 13 indicates the problem is known but deserves a separate bug report.  (I didn't find one so here is a such a report.)  (Bug 32112 comment 13 also mentions the new pycache folders are the suspected cause of the regression.)
Operating System: Windows XP
Version: 4.1.0.4 release
Comment 1 Pedro 2013-08-03 16:24:22 UTC

*** This bug has been marked as a duplicate of bug 67706 ***