toxtli / cefpython

Automatically exported from code.google.com/p/cefpython
1 stars 0 forks source link

Removal of the cefpython package in control panel - some files remain #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reported by Greg, the release tested was v56, the files that
still remained in the cefpython1 directory are:

examples/wx/sample1.py
examples/wx/sample2.py
wx/__init__.py
wx/chromectrl.py
wx/chromectrl.pyc
wx/images/

I've fixed the removal of the .pyc and .log files, see revision
31fc35616003. I'm still not sure why the other files were not 
removed, it doesn't make sense, it requires further testing

Original issue reported on code.google.com by czarek.t...@gmail.com on 21 Jun 2013 at 6:42

GoogleCodeExporter commented 8 years ago
Removal of the CEF Python 3 package on Windows works fine. Added these
in the [UninstallDelete] section in the inno setup template:

    Type: filesandordirs; Name: "{app}\%(PACKAGE_NAME)s\examples\wx"
    Type: filesandordirs; Name: "{app}\%(PACKAGE_NAME)s\wx"

Original comment by czarek.t...@gmail.com on 6 Aug 2013 at 11:23

GoogleCodeExporter commented 8 years ago

Original comment by czarek.t...@gmail.com on 7 Aug 2013 at 5:01

GoogleCodeExporter commented 8 years ago
In Python 3 and/or CEF 3 __pycache__ directories are not removed from the
examples directory.

Original comment by czarek.t...@gmail.com on 7 Aug 2013 at 5:07

GoogleCodeExporter commented 8 years ago

Original comment by czarek.t...@gmail.com on 7 Aug 2013 at 5:08

GoogleCodeExporter commented 8 years ago
Fixed in revision c11190523824.

Original comment by czarek.t...@gmail.com on 10 Aug 2014 at 2:06

GoogleCodeExporter commented 8 years ago
Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/cefpython/issues/67

Original comment by czarek.t...@gmail.com on 24 Aug 2015 at 6:31