On Tuesday, February 9, 2016 at 6:11:43 AM UTC-8, Anil Chaudhary wrote: > > Dear > > > following error is being reported on executing trac-admin command > > > [root@tinfosec log]# trac-admin help > Traceback (most recent call last): > File "/usr/bin/trac-admin", line 5, in <module> > from pkg_resources import load_entry_point > ImportError: No module named pkg_resources > > > Please help me to resolve the same. >
Looks like setuptools isn't installed, or their is a setuptools installation problem. What method did you use to install Trac? Did you use easy_install, pip or your OS package manager? http://trac.edgewall.org/wiki/setuptools -- 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.
