#62: Fix the usage of pkg_resources in bundled egg files (onefile mode). --------------------------------------+------------------------------------- Reporter: [email protected] | Owner: giovannibajo Type: defect | Status: new Priority: normal | Milestone: PyInstaller 1.4 Component: PyInstaller | Version: PyInstaller 1.2 Severity: blocker | Keywords: egg pkg_resources onefile --------------------------------------+------------------------------------- When egg files are bundled and extracted in onefile mode, the current code breaks the ability to locate resources using pkg_resources from the code inside the included egg file.
This patch fixes that issue: once the egg is extracted it acts in a manner identical to if it was just a normal zipped egg on the filesystem. Patch sent via mail. -- Ticket URL: <http://www.pyinstaller.org/ticket/62> Pyinstaller <http://www.pyinstaller.org> PyInstaller Project --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
