David,

  A location that you create that is simply a folder where Python is
able to extract any eggs files it needs to open.  It functions more
like a temporary storage location.  Just make sure Python has control
permissions for the directory specified.  Trac provides a pretty good
explanation (though the use is specific to Python):

"Some plugins will need to be extracted by the Python eggs runtime
(pkg_resources), so that their contents are actual files on the file
system. The directory in which they are extracted defaults to the home
directory of the current user, which may or may not be a problem. You
can however override the default location using the PYTHON_EGG_CACHE
environment variable." [1]

  I hope this explains it.

[1] http://trac.edgewall.org/wiki/TracPlugins#SettingupthePluginCache

On Jan 18, 9:27 am, David <[EMAIL PROTECTED]> wrote:
> Where do I get the PYTHON_EGG_CACHE path? I have no idea what to put
> there...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to