On Wed, Feb 10, 2016 at 8:51 PM, Anil Chaudhary <[email protected]> wrote:
> [root@tinfosec ~]# python -c "from pkg_resources import load_entry_point" > Traceback (most recent call last): > File "<string>", line 1, in <module> > ImportError: No module named pkg_resources > > Environment is my production environment . > Please guide me resolve the issue. > As mentioned, one of the following is most likely: * Setuptools is not installed * The PYTHON_PATH is not set correctly for your user * There is a permissions problem that prevents your user from accessing setuptools If you are unsure what to do next, I suggest you review similar questions on StackOverflow for more specific advice: http://stackoverflow.com/search?q=%22ImportError%3A+No+module+named+pkg_resources%22 -- 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.
