> On May 16, 12:44 am, llimllib <[EMAIL PROTECTED]> wrote
> > Hey all,
>
> > Just trying to upgrade trac on my shared server, but it seems to be
> > ignoring --prefix. Any ideas?
>
> > 04:41 AM ~/newtrac/trac-0.10.4$ ./setup.py install --prefix=/home/
> > llimllib/lib/trac10
> > running install
> > running build
> > running build_py
> > copying trac/siteconfig.py -> build/lib/trac
> > running build_scripts
> > running install_lib
> > copying build/lib/trac/__init__.py -> /home/llimllib/lib/python2.4/
> > site-packages/trac
> > error: could not delete '/home/llimllib/lib/python2.4/site-packages/
> > trac/__init__.py': Permission denied
>
> > This is correct - I don't have the permission to delete that file, but
> > I do have permissions to /home/llimllib/lib/trac10. Why isn't it
> > installing there?

On May 16, 6:23 pm, Adrian <[EMAIL PROTECTED]> wrote:
> I've had the same issue. I had to do a find/replace to fix it.
>

What did you find/replace?

The only possible culprit I could find is this file:
http://trac.edgewall.org/browser/trunk/scripts/trac-postinstall.py?rev=3367
which claims to be only "for the windows installer", and doesn't seem
to have been run up to the point where the install fails (I inserted a
print statement).

-Bill Mill
bill.mill at gmail.com
http://billmill.org


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to