Hi folks, I'm installing trac (from svn trunk) on a textdrive account and am running into some bizarre permissions problems.
You would think that a command like python trac-src/setup.py install --prefix=/users/home/pritchie/trac-install would install trac into ~/trac-install, but it doesn't, as it's trying (apparently) to touch every file in the account - see below build output: $ python /users/home/pritchie/tracsrc/setup.py install \ --prefix=/users/home/pritchie/tracinstall running install running bdist_egg running egg_info writing requirements to Trac.egg-info/requires.txt writing Trac.egg-info/PKG-INFO writing top-level names to Trac.egg-info/top_level.txt writing entry points to Trac.egg-info/entry_points.txt error: homes/edwardog/Maildir: Permission denied Anyone know what's up with that? How come it's trying to touch directories that clearly aren't part of the install? Thanks, Edward --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
