Advertisement
Guest User

console log

a guest
Dec 7th, 2011
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. [07/Dec/2011:17:47:37] ENGINE Bus STARTING
  2. [07/Dec/2011:17:47:37] ENGINE Started monitor thread 'Monitor'.
  3. [07/Dec/2011:17:47:37] ENGINE Started monitor thread '_TimeoutMonitor'.
  4. [07/Dec/2011:17:47:37] ENGINE Serving on 127.0.0.1:9191
  5. [07/Dec/2011:17:47:37] ENGINE Bus STARTED
  6. /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Cheetah-2.4.4-py2.7.egg/Cheetah/Compiler.py:1509: UserWarning:
  7. You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper.
  8. "\nYou don't have the C version of NameMapper installed! "
  9. 127.0.0.1 - - [07/Dec/2011:17:47:37] "GET / HTTP/1.1" 200 829 "" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/534.52.7 (KHTML, like Gecko) Version/5.1.2 Safari/534.52.7"
  10. 127.0.0.1 - - [07/Dec/2011:17:48:14] "GET /run_now HTTP/1.1" 200 828 "http://127.0.0.1:9191/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/534.52.7 (KHTML, like Gecko) Version/5.1.2 Safari/534.52.7"
  11. 127.0.0.1 - - [07/Dec/2011:17:48:18] "GET /queue/ HTTP/1.1" 200 757 "http://127.0.0.1:9191/run_now" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/534.52.7 (KHTML, like Gecko) Version/5.1.2 Safari/534.52.7"
  12. Process downloader_process:
  13. Traceback (most recent call last):
  14. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
  15. self.run()
  16. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 114, in run
  17. self._target(*self._args, **self._kwargs)
  18. File "moviegrabber.py", line 3549, in RunDownloader
  19. ErrorLogging("Newznab API Function")
  20. File "moviegrabber.py", line 3526, in RunDownloader
  21. PosterDownload()
  22. File "moviegrabber.py", line 1717, in PosterDownload
  23. ErrorLogging("Poster Download Function")
  24. File "moviegrabber.py", line 1671, in PosterDownload
  25. poster_image.load()
  26. File "/Library/WebServer/Documents/moviegrabber/lib/site-packages/PIL/ImageFile.py", line 164, in load
  27. self.load_prepare()
  28. File "/Library/WebServer/Documents/moviegrabber/lib/site-packages/PIL/ImageFile.py", line 231, in load_prepare
  29. self.im = Image.core.new(self.mode, self.size)
  30. File "/Library/WebServer/Documents/moviegrabber/lib/site-packages/PIL/Image.py", line 37, in __getattr__
  31. raise ImportError("The _imaging C module is not installed")
  32. ImportError: The _imaging C module is not installed
  33. Process downloader_process:
  34. Traceback (most recent call last):
  35. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
  36. self.run()
  37. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 114, in run
  38. self._target(*self._args, **self._kwargs)
  39. File "moviegrabber.py", line 3549, in RunDownloader
  40. ErrorLogging("Newznab API Function")
  41. File "moviegrabber.py", line 3526, in RunDownloader
  42. PosterDownload()
  43. File "moviegrabber.py", line 1717, in PosterDownload
  44. ErrorLogging("Poster Download Function")
  45. File "moviegrabber.py", line 1671, in PosterDownload
  46. poster_image.load()
  47. File "/Library/WebServer/Documents/moviegrabber/lib/site-packages/PIL/ImageFile.py", line 164, in load
  48. self.load_prepare()
  49. File "/Library/WebServer/Documents/moviegrabber/lib/site-packages/PIL/ImageFile.py", line 231, in load_prepare
  50. self.im = Image.core.new(self.mode, self.size)
  51. File "/Library/WebServer/Documents/moviegrabber/lib/site-packages/PIL/Image.py", line 37, in __getattr__
  52. raise ImportError("The _imaging C module is not installed")
  53. ImportError: The _imaging C module is not installed
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement