vote up 2 vote down star

I have read that I need to set the PYTHON_EGG_CACHE environment variable, or install the python library as an uncompressed .egg

Which do you suggest?

flag

4 Answers

vote up 0 vote down

No, this is not a trac problem :-)

link|flag
vote up 0 vote down

If you are talking about Trac then the issue you are having is this one. It should be solved in trac 0.11.1.

link|flag
vote up 1 vote down check

I got it working by uncompressing the .egg so it did not require the cache directory:

http://stackoverflow.com/questions/268025/install-mysqldb-for-python-as-non-compressed-egg

link|flag
I'd go with that. TBH I've given up with eggs... they add a load of complexity and don't give me anything I want. – bobince Nov 6 '08 at 11:09
vote up 1 vote down

It totally depends on if you want to make the egg available as a generally available library or just for a single (or a handful of applications). Are you talking about a Trac installation? If so, there are also a handful of alternatives to make the egg available per instance:

http://trac.edgewall.org/wiki/TracPlugins

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.