www:/home# python -c "import pkg_resources" Traceback (most recent call last): File "<string>", line 1, in ? ImportError: No module named pkg_resources
so that means it is not correctly installed? Any pointers to reading on how to repair it? thanks, Jon On Nov 10, 12:06 pm, Christopher Lenz <[EMAIL PROTECTED]> wrote: > Am 10.11.2006 um 17:28 schrieb jljackson: > > > Hi Chris, according to aptitude, its version .6a9. So that should > > work, no?Try running: > > $ python -c "import pkg_resources" > > from the command-line. It that results in an error, setuptools isn't > correctly installed (maybe a different python version or something). > > If it doesn't result in an error, make sure that apache is using the > same Python version as you are on the shell. > > Cheers, > Chris > -- > Christopher Lenz > cmlenz at gmx.de > http://www.cmlenz.net/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
