On Jul 1, 2:42 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> we also do in apache conf:
> SetEnv PYTHON_EGG_CACHE /tmp/cache/trac-eggs
>
> some of the eggs get extracted there, like accountmanager. webadmin,
> TracPermRedirect, and trac itself are extracted in python site-
> packages. some of the eggs are not extracted at all, like
> TracHTTPAuth.
>
> is the python egg cache for the eggs having the zip_safe flag set, and
> which need unpacking anyway?
Python has support for reading code files from zip files, so as long
as the setup compiles and packages compiled versions (.pyc) Python
does not need anything else. Basically Python needs to extract to
provide access for non-code resources (like static content and
templates), or to load compiled C libraries and modules (like .so/.dll
files).
:::simon
https://www.coderesort.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Development" 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/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---