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 ned.deily
Recipients ned.deily, ronaldoussoren, ustinov
Date 2014-05-31.05:34:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401514468.42.0.560328976539.issue21613@psf.upfronthosting.co.za>
In-reply-to
Content
Files are recorded during bundle-style installation, too.  Without spending a lot of time looking at it right now, I believe the null location reported is a red herring; I think that has to do with packages that allow themselves to be installed in arbitrary locations.  The Python installer packages do not allow that.  That said, the paths reported by the --files options could be more accurate.  I'll see what I can do as part of the conversion to producing flat packages.  There are other issues, though.  There are files created by the packages' postflight scripts.  In particular, the many .pyc and .pyo files are created by compileall during post-installation so these files are not recorded as installed.  Thus, you cannot currently depend on the results of --files to uninstall all files.  Automated uninstalls have never been supported; it would be nice to do.
History
Date User Action Args
2014-05-31 05:34:29ned.deilysetrecipients: + ned.deily, ronaldoussoren, ustinov
2014-05-31 05:34:28ned.deilysetmessageid: <1401514468.42.0.560328976539.issue21613@psf.upfronthosting.co.za>
2014-05-31 05:34:28ned.deilylinkissue21613 messages
2014-05-31 05:34:25ned.deilycreate