I got tgext.admin-0.5.3-py2.6.egg in both
'/usr/lib/python2.6/site-packages'
and '/usr/local/pythonenv/BASELINE/lib/python2.6/site-packages'
but the "/var/log/httpd/error_log" show belog :
[Fri Oct 12 11:10:03 2012] [error] [client 192.168.0.105] File
"/usr/local/pythonenv/BASELINE/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py",
line 565, in resolve
[Fri Oct 12 11:10:03 2012] [error] [client 192.168.0.105] raise
DistributionNotFound(req) # XXX put more info here
[Fri Oct 12 11:10:03 2012] [error] [client 192.168.0.105]
DistributionNotFound: tgext.admin>=0.5.1
and i set wiki_20.wsgi(generated by modwsgi_deploy):
import site
site.addsitedir('/usr/local/pythonenv/BASELINE/lib/python2.6/site-packages')
site.addsitedir('/usr/lib/python2.6/site-packages')
I waste a few day on this problem,I think the problem is in dependencies
relationship , can anybody help me?
environment: apache2.2 centos5.8
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/turbogears/-/6-7hkLrncUAJ.
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/turbogears?hl=en.