Our Trac person is no longer with us and when I restart the tracd
service (this is running in a windows environment), I get the error
message listed below on any of the Trac project pages. I have
administrator access, but I did not setup Trac. I found an Apache
folder (but I'm not sure its even being used, as the SetEnv
PYTHON_EGG_CACHE /path/to did NOTHING when I set it - and I don't see
where its even getting its original location from). I'm not really
familiar with Trac and I just don't know what to do :(
Traceback (most recent call last):
File "C:\Python24\lib\site-packages\trac\web\main.py", line 406, in
dispatch_request
dispatcher.dispatch(req)
File "C:\Python24\lib\site-packages\trac\web\main.py", line 191, in
dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "C:\Python24\lib\site-packages\trac\web\main.py", line 263, in
_pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "C:\Python24\lib\site-packages\trac\versioncontrol\api.py",
line 73, in pre_process_request
self.get_repository(req.authname).sync()
File "C:\Python24\lib\site-packages\trac\versioncontrol\api.py",
line 86, in get_repository
for repos_type_, prio in connector.get_supported_types():
File "build\bdist.win32\egg\p4trac\api.py", line 51, in
get_supported_types
File "C:\Python24\lib\site-packages\pyperforce-0.3a1-py2.4-win32.egg
\perforce\__init__.py", line 48, in ?
File "C:\Python24\lib\site-packages\pyperforce-0.3a1-py2.4-win32.egg
\perforce\api.py", line 7, in ?
File "C:\Python24\lib\site-packages\pyperforce-0.3a1-py2.4-win32.egg
\perforce\api.py", line 4, in __bootstrap__
File "C:\Python24\lib\site-packages\setuptools-0.6c3-py2.4.egg
\pkg_resources.py", line 799, in resource_filename
return get_provider(package_or_requirement).get_resource_filename(
File "C:\Python24\lib\site-packages\setuptools-0.6c3-py2.4.egg
\pkg_resources.py", line 1229, in get_resource_filename
return self._extract_resource(manager, zip_path)
File "C:\Python24\lib\site-packages\setuptools-0.6c3-py2.4.egg
\pkg_resources.py", line 1283, in _extract_resource
manager.extraction_error() # report a user-friendly error
File "C:\Python24\lib\site-packages\setuptools-0.6c3-py2.4.egg
\pkg_resources.py", line 846, in extraction_error
raise err
ExtractionError: Can't extract file(s) to egg cache
The following error occurred while trying to extract file(s) to the
Python egg
cache:
[Errno 13] Permission denied: 'C:\\Documents and Settings\\Default
User\\Application Data\\Python-Eggs\\pyperforce-0.3a1-py2.4-win32.egg-
tmp\\perforce\\api.pyd'
The Python egg cache directory is currently set to:
C:\Documents and Settings\Default User\Application Data\Python-Eggs
Perhaps your account does not have write access to this directory?
You can
change the cache directory by setting the PYTHON_EGG_CACHE environment
variable to point to an accessible directory.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---