>> TODO (elaborated on in further messages, which may take a while to
>> write):
>>
>> - fix py3.x installer bug

There's also an uninstall bug for 3.x: some files and directories are
not removed and require manual cleanup:

---------------------------
Uninstall Finished!
---------------------------
1645 files and 32 directories removed
18 files or directories could not be removed
---------------------------
OK
---------------------------

Investigation reveals that the compiled .pyc and .pyo files are in
__pycache__, which is expected on py3, but the install logfile doesn't
reflect that, so they are missed:

200 File Copy: C:\Python32\Lib\site-packages\leo\__init__.py
200 File Copy: C:\Python32\Lib\site-packages\leo\__init__.pyc

----
Tip: I just learned you can trigger uninstall from the command line with:

   %pythonhome%\Removeleo.exe -u %pythonhome%\leo-wininst.log

which I gather works for any setup.py generated .exe installer.

Hat tip to Revolter,
http://superuser.com/questions/97341/this-program-is-normally-started-by-windows-while-running-uninstaller-for-pyth

-matt

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to