Hi!

I heard about turbogears and tried to play with the infrastructure.
When I tried to get up a turbogears site on my winXP ,the following
exception has occurred :

C:\Python25\landaSite>c:\Python25\python.exe start-landasite.py
Traceback (most recent call last):
  File " start-landasite.py", line 5, in <module>
    from turbogears import config, update_config, start_server
  File "c:\python25\lib\site-packages\TurboGears-1.0.3.2-py2.5.egg
\turbogears\__init__.py", line 6, in <module>
    from turbogears.controllers import expose, flash, validate,
redirect, \
  File "c:\python25\lib\site-packages\TurboGears-1.0.3.2-py2.5.egg
\turbogears\controllers.py ", line 8, in <module>
    from dispatch import generic, strategy, functions
  File "c:\Python25\lib\site-packages\ruledispatch-0.5a0.dev_r2306-
py2.5-win32.egg\dispatch\strategy.py", line 485, in <module>
  File "c:\Python25\lib\site-packages\ruledispatch-0.5a0.dev_r2306-
py2.5-win32.egg\dispatch\_d_speedups.py", line 7, in <module>
  File "c:\Python25\lib\site-packages\ruledispatch-0.5a0.dev_r2306-
py2.5-win32.egg\dispatch\_d_speedups.py", line 4, in __bootstrap__
  File "c:\python25\lib\site-packages\pkg_resources.py", line 841, in
resource_filename
    self, resource_name
  File "c:\python25\lib\site-packages\pkg_resources.py", line 1310, in
get_resource_filename
    self._extract_resource(manager, self._eager_to_zip(name))
  File "c:\python25\lib\site-packages\pkg_resources.py", line 1365, in
_extract_resource
    manager.extraction_error()  # report a user-friendly error
  File "c:\python25\lib\site-packages\pkg_resources.py", line 887, in
extraction_error
    raise err
pkg_resources.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\\alex\
\Local Settings\\Temp\\ruledispatch- 0.5a0.dev_r2306-py2.5-win32.egg-
tmp\\dispatch\\_d_speedups.pyd'

The Python egg cache directory is currently set to:

  C:\Documents and Settings\alex\Local Settings\Temp

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.

I tries to read about the problem and found some possible solutions
that didn't work :
1. To close the anti virus and the google desktop
2. to change the value of PYTHON_EGG_CACHE

I tried to solve the problem for a couple of hours and I'm desperate.
Please help me.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to