On Tue, Feb 9, 2016 at 8:51 AM, AKC <[email protected]> wrote: > Thanks for reply. > Installation was done perfectly. All the application is running fine.there > was problem in trac-svn integration where post commit hook was not > executing automatically on commit.so i have mentioned the python path in > trac-admin command.but problem did not get resolved .after that i removed > the python path from trac-admin script. After that trac.admin import error > issue is appearing. Meanwhile i tried to install setuptool using > easy_install again but installation say that nothing has to do. >
If the following command fails, then I have to think the issue is somehow due to trac-admin not finding setuptools: python -c "from pkg_resources import load_entry_point" It could be a permissions issue or a python path issue. - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
