Anybody got any idea about this? I'm still seeing it and a client is experiencing the same issue.
R. Robin Bowes wrote: > I'm seeing this error after my server has been restarted: > > Oops... > > Trac detected an internal error: > > [Errno 13] Permission denied: '/.python-eggs' > Traceback (most recent call last): > File > "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line > 206, in handler > dispatch_request(mpr.path_info, mpr, env) > File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in > dispatch_request > dispatcher.dispatch(req) > File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 83, in > dispatch > req.hdf = HDFWrapper(loadpaths=chrome.get_all_templates_dirs()) > File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 195, > in get_all_templates_dirs > dirs += provider.get_templates_dirs() > File > "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1.1dev_r2765-py2.4.egg/webadmin/web_ui.py", > line 133, in get_templates_dirs > File > "/var/tmp/python-setuptools-0.6a9-1.fc4-root-mockbuild/usr/lib/python2.4/site-packages/setuptools-0.6a9-py2.4.egg/pkg_resources.py", > line 676, in resource_filename > return get_provider(package_or_requirement).get_resource_filename( > File > "/var/tmp/python-setuptools-0.6a9-1.fc4-root-mockbuild/usr/lib/python2.4/site-packages/setuptools-0.6a9-py2.4.egg/pkg_resources.py", > line 1065, in get_resource_filename > return self._extract_resource(manager, zip_path) > File > "/var/tmp/python-setuptools-0.6a9-1.fc4-root-mockbuild/usr/lib/python2.4/site-packages/setuptools-0.6a9-py2.4.egg/pkg_resources.py", > line 1070, in _extract_resource > last = self._extract_resource( > File > "/var/tmp/python-setuptools-0.6a9-1.fc4-root-mockbuild/usr/lib/python2.4/site-packages/setuptools-0.6a9-py2.4.egg/pkg_resources.py", > line 1081, in _extract_resource > real_path = manager.get_cache_path(self.egg_name, self._parts(zip_path)) > File > "/var/tmp/python-setuptools-0.6a9-1.fc4-root-mockbuild/usr/lib/python2.4/site-packages/setuptools-0.6a9-py2.4.egg/pkg_resources.py", > line 713, in get_cache_path > ensure_directory(target_path) > File > "/var/tmp/python-setuptools-0.6a9-1.fc4-root-mockbuild/usr/lib/python2.4/site-packages/setuptools-0.6a9-py2.4.egg/pkg_resources.py", > line 2137, in ensure_directory > os.makedirs(dirname) > File "/usr/lib/python2.4/os.py", line 156, in makedirs > makedirs(head, mode) > File "/usr/lib/python2.4/os.py", line 156, in makedirs > makedirs(head, mode) > File "/usr/lib/python2.4/os.py", line 156, in makedirs > makedirs(head, mode) > File "/usr/lib/python2.4/os.py", line 159, in makedirs > mkdir(name, mode) > OSError: [Errno 13] Permission denied: '/.python-eggs' > > If I shutdown and restart apache, it works OK. > > Any ideas? > > R. _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
