Eirik Schwenke-2 wrote:
> 
> Which problems are you getting exactly ?  As far as I can tell from your
> previous mail, you set up mod_py, and an apache (presumably) running as
> www-user ?
> 
> If you run tracd as your own uid, there shouldn't be a permission
> problem ? Or you might add yourself to the www-data-group, and allow it
> write access to your (or another) egg cache?
> 

I think that I just setup to run tracd, which as I understand does not
involve apache?

However, when I install a plugin, I still get the error below.

I installed the development environment to ~/tracdev and started tracd as
specified in the wiki page.  I assume that I'm getting this error because
the python egg cache is outside of the virtualenv that I setup, namely
~/tracdev.

I'm guessing that what I need to do is specify that the egg cache is written
within ~/tracdev/.

Does that make any sense?

[Errno 13] Permission denied:
'/home/rjollos/.python-eggs/TracDeveloper-0.2-py2.6.egg-tmp'

The Python egg cache directory is currently set to:

  /home/rjollos/.python-eggs

Perhaps your account does not have write access to this directory?  You can
change the cache directory by setting the PYTHON_EGG_CACHE environment
variable to point to an accessible directory. 
-- 
View this message in context: 
http://old.nabble.com/Questions-about-setting-up-Trac-development-environment-tp27011625p27025260.html
Sent from the Trac Dev mailing list archive at Nabble.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.


Reply via email to