Advertisement
Guest User

gzur

a guest
May 11th, 2009
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.85 KB | None | 0 0
  1.  
  2. MOD_PYTHON ERROR
  3.  
  4. ProcessId:      3076
  5. Interpreter:    'trolli.loftmyndir.is'
  6.  
  7. ServerName:     'trolli.loftmyndir.is'
  8. DocumentRoot:   'C:/Apache Group/Apache2/htdocs'
  9.  
  10. URI:            '/tc/tilecache.py'
  11. Location:       None
  12. Directory:      'C:/Apache Group/Apache2/htdocs/tilecache210/'
  13. Filename:       'C:/Apache Group/Apache2/htdocs/tilecache210/tilecache.py'
  14. PathInfo:       ''
  15.  
  16. Phase:          'PythonHandler'
  17. Handler:        'TileCache/Service'
  18.  
  19. Traceback (most recent call last):
  20.  
  21.   File "C:\Python25\Lib\site-packages\mod_python\importer.py", line 1537, in HandlerDispatch
  22.     default=default_handler, arg=req, silent=hlist.silent)
  23.  
  24.   File "C:\Python25\Lib\site-packages\mod_python\importer.py", line 1202, in _process_target
  25.     module = import_module(module_name, path=path)
  26.  
  27.   File "C:\Python25\Lib\site-packages\mod_python\importer.py", line 296, in import_module
  28.     log, import_path)
  29.  
  30.   File "C:\Python25\Lib\site-packages\mod_python\importer.py", line 680, in import_module
  31.     execfile(file, module.__dict__)
  32.  
  33.   File "C:\Apache Group\Apache2\htdocs\tilecache210\TileCache\Service.py", line 8, in <module>
  34.     import Cache, Caches
  35.  
  36. ImportError: No module named Caches
  37.  
  38.  
  39. MODULE CACHE DETAILS
  40.  
  41. Accessed:       Mon May 11 14:08:33 2009
  42. Generation:     0
  43.  
  44. _mp_d50e2f2460c4f02595ca5c4d8f57aa85 {
  45.   FileName:     'C:\\Apache Group\\Apache2\\htdocs\\tilecache210\\TileCache\\Cache.py'
  46.   Instance:     1 [IMPORT]
  47.   Generation:   1
  48.   Modified:     Mon May 11 10:17:02 2009
  49.   Imported:     Mon May 11 14:08:33 2009
  50. }
  51.  
  52. _mp_6b69a7c235636125dab45d03a58ba6c1 {
  53.   FileName:     'C:\\Apache Group\\Apache2\\htdocs\\tilecache210\\TileCache\\Service.py'
  54.   Instance:     1 [IMPORT]
  55.   Generation:   0 [ERROR]
  56.   Modified:     Mon May 11 10:17:02 2009
  57.   Children:     'C:\\Apache Group\\Apache2\\htdocs\\tilecache210\\TileCache\\Cache.py'
  58. }
  59.  
  60.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement