Thank you for all of your great suggestions! I appreciate them all ;)

Here is what I've tried and still have the error. Maybe there is something 
simple that I can do that I'm overlooking?

Kindly,
Aikido Guy


Tried the following

> pip uninstall pip

> easy_install --upgrade pip

> pip uninstall setuputils

> pip install setuputils     # got an SNIMissingWarning

> cd /usr/local/lib/python2.7/dist-packages

> chgrp –R www-data *

> python –version

     Python 2.7.6

 

And the error still appears after stopping and then starting apache:

 

MOD_PYTHON ERROR

 

ProcessId:      21035

Interpreter:    'main_interpreter'

 

ServerName:     ... snip ...

DocumentRoot:   '/srv/html'

 

URI:            '/trac/TracUpgrade_1_0_11' # I created a new environment 
using trac-admin 1.0.11 for testing

Location:       '/trac'

Directory:      None

Filename:       '/srv/html/trac'

PathInfo:       '/TracUpgrade_1_0_11'

 

Phase:          'PythonHandler'

Handler:        'trac.web.modpython_frontend'

 

Traceback (most recent call last):

 

  File "/usr/lib/python2.7/dist-packages/mod_python/importer.py", line 
1537, in HandlerDispatch

    default=default_handler, arg=req, silent=hlist.silent)

 

  File "/usr/lib/python2.7/dist-packages/mod_python/importer.py", line 
1229, in _process_target

    result = _execute_target(config, req, object, arg)

 

  File "/usr/lib/python2.7/dist-packages/mod_python/importer.py", line 
1128, in _execute_target

    result = object(arg)

 

  File "build/bdist.linux-x86_64/egg/trac/web/modpython_frontend.py", line 
148, in handler

    pkg_resources.require('Trac==%s' % VERSION)

 

  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 725, in 
require

    needed = self.resolve(parse_requirements(requirements))

 

  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 633, in 
resolve

    requirements.extend(dist.requires(req.extras)[::-1])

 

  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2291, in 
requires

    dm = self._dep_map

 

  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2484, in 
_dep_map

    self.__dep_map = self._compute_dependencies()

 

  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2501, in 
_compute_dependencies

    from _markerlib import compile as compile_marker

 
ImportError: No module named _markerlib

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

Reply via email to