Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Sep 21st, 2012  |  syntax: None  |  size: 18.59 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. C:\Users\DANIEL\Dropbox\work\wubel>paster serve devel.ini
  2. ************************************************** Starting Wubel server **************************************************
  3. Starting server in PID 4000.
  4. serving on 0.0.0.0:6543 view at http://127.0.0.1:6543
  5. ^C
  6. C:\Users\DANIEL\Dropbox\work\wubel>paster serve devel.ini
  7. ************************************************** Starting Wubel server **************************************************
  8. Starting server in PID 2848.
  9. serving on 0.0.0.0:6543 view at http://127.0.0.1:6543
  10. WARNING: Token 'WS' defined, but not used
  11. WARNING: There is 1 unused token
  12. Traceback (most recent call last):
  13.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 81, in hypermako
  14.     file_obj.write( hypermako.convert(file(in_file).read()) )
  15. IOError: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
  16. Error - <class 'pyramid.mako_templating.MakoRenderingException'>:
  17.  
  18. Traceback (most recent call last):
  19.   File "C:\Python27\lib\site-packages\pyramid\mako_templating.py", line 211, in __call__
  20.     result = template.render_unicode(**system)
  21.   File "C:\Python27\lib\site-packages\mako\template.py", line 421, in render_unicode
  22.     as_unicode=True)
  23.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 766, in _render
  24.     **_kwargs_for_callable(callable_, data))
  25.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 797, in _render_context
  26.     (inherit, lclcontext) = _populate_self_namespace(context, tmpl)
  27.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 743, in _populate_self_namespace
  28.     ret = template.module._mako_inherit(template, context)
  29.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 3, in _mako_inherit
  30.     <%namespace file="forms.mako" import="addsub_form"/>
  31.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 2, in _mako_generate_namespaces
  32.     <%namespace file="feed.mako" import="generate_feed"/>
  33.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 509, in __init__
  34.     calling_uri)
  35.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 732, in _lookup_template
  36.     return lookup.get_template(uri)
  37.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 88, in _preprocess
  38.     preprocessed_file = self.preprocessor.get( os.path.join(self.directory, filename ) )
  39.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 40, in get
  40.     self._preprocess(filename, pfn)
  41.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 22, in _preprocess
  42.     processor(in_fn, out_fn)
  43.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 85, in hypermako
  44.     raise Exception("Error converting %s: %s" % (in_file, e))
  45. Exception: Error converting c:\users\daniel\dropbox\work\wubel\wubel\templates\feed.mako: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
  46.  
  47. Traceback (most recent call last):
  48.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 81, in hypermako
  49.     file_obj.write( hypermako.convert(file(in_file).read()) )
  50. IOError: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
  51. Error - <class 'pyramid.mako_templating.MakoRenderingException'>:
  52.  
  53. Traceback (most recent call last):
  54.   File "C:\Python27\lib\site-packages\pyramid\mako_templating.py", line 211, in __call__
  55.     result = template.render_unicode(**system)
  56.   File "C:\Python27\lib\site-packages\mako\template.py", line 421, in render_unicode
  57.     as_unicode=True)
  58.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 766, in _render
  59.     **_kwargs_for_callable(callable_, data))
  60.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 797, in _render_context
  61.     (inherit, lclcontext) = _populate_self_namespace(context, tmpl)
  62.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 743, in _populate_self_namespace
  63.     ret = template.module._mako_inherit(template, context)
  64.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 3, in _mako_inherit
  65.     <%namespace file="forms.mako" import="addsub_form"/>
  66.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 2, in _mako_generate_namespaces
  67.     <%namespace file="feed.mako" import="generate_feed"/>
  68.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 509, in __init__
  69.     calling_uri)
  70.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 732, in _lookup_template
  71.     return lookup.get_template(uri)
  72.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 88, in _preprocess
  73.     preprocessed_file = self.preprocessor.get( os.path.join(self.directory, filename ) )
  74.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 40, in get
  75.     self._preprocess(filename, pfn)
  76.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 22, in _preprocess
  77.     processor(in_fn, out_fn)
  78.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 85, in hypermako
  79.     raise Exception("Error converting %s: %s" % (in_file, e))
  80. Exception: Error converting c:\users\daniel\dropbox\work\wubel\wubel\templates\feed.mako: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
  81.  
  82. Traceback (most recent call last):
  83.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 81, in hypermako
  84.     file_obj.write( hypermako.convert(file(in_file).read()) )
  85. IOError: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
  86. Error - <class 'pyramid.mako_templating.MakoRenderingException'>:
  87.  
  88. Traceback (most recent call last):
  89.   File "C:\Python27\lib\site-packages\pyramid\mako_templating.py", line 211, in __call__
  90.     result = template.render_unicode(**system)
  91.   File "C:\Python27\lib\site-packages\mako\template.py", line 421, in render_unicode
  92.     as_unicode=True)
  93.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 766, in _render
  94.     **_kwargs_for_callable(callable_, data))
  95.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 797, in _render_context
  96.     (inherit, lclcontext) = _populate_self_namespace(context, tmpl)
  97.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 743, in _populate_self_namespace
  98.     ret = template.module._mako_inherit(template, context)
  99.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 3, in _mako_inherit
  100.     <%namespace file="forms.mako" import="addsub_form"/>
  101.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 2, in _mako_generate_namespaces
  102.     <%namespace file="feed.mako" import="generate_feed"/>
  103.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 509, in __init__
  104.     calling_uri)
  105.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 732, in _lookup_template
  106.     return lookup.get_template(uri)
  107.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 88, in _preprocess
  108.     preprocessed_file = self.preprocessor.get( os.path.join(self.directory, filename ) )
  109.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 40, in get
  110.     self._preprocess(filename, pfn)
  111.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 22, in _preprocess
  112.     processor(in_fn, out_fn)
  113.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 85, in hypermako
  114.     raise Exception("Error converting %s: %s" % (in_file, e))
  115. Exception: Error converting c:\users\daniel\dropbox\work\wubel\wubel\templates\feed.mako: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
  116.  
  117. Traceback (most recent call last):
  118.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 81, in hypermako
  119.     file_obj.write( hypermako.convert(file(in_file).read()) )
  120. IOError: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
  121. Error - <class 'pyramid.mako_templating.MakoRenderingException'>:
  122.  
  123. Traceback (most recent call last):
  124.   File "C:\Python27\lib\site-packages\pyramid\mako_templating.py", line 211, in __call__
  125.     result = template.render_unicode(**system)
  126.   File "C:\Python27\lib\site-packages\mako\template.py", line 421, in render_unicode
  127.     as_unicode=True)
  128.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 766, in _render
  129.     **_kwargs_for_callable(callable_, data))
  130.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 797, in _render_context
  131.     (inherit, lclcontext) = _populate_self_namespace(context, tmpl)
  132.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 743, in _populate_self_namespace
  133.     ret = template.module._mako_inherit(template, context)
  134.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 2, in _mako_inherit
  135.     <%namespace file="feed.mako" import="generate_feed"/>
  136.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 2, in _mako_generate_namespaces
  137.     <%namespace file="feed.mako" import="generate_feed"/>
  138.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 509, in __init__
  139.     calling_uri)
  140.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 732, in _lookup_template
  141.     return lookup.get_template(uri)
  142.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 88, in _preprocess
  143.     preprocessed_file = self.preprocessor.get( os.path.join(self.directory, filename ) )
  144.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 40, in get
  145.     self._preprocess(filename, pfn)
  146.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 22, in _preprocess
  147.     processor(in_fn, out_fn)
  148.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 85, in hypermako
  149.     raise Exception("Error converting %s: %s" % (in_file, e))
  150. Exception: Error converting c:\users\daniel\dropbox\work\wubel\wubel\templates\feed.mako: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
  151.  
  152. ----------------------------------------
  153. Exception happened during processing of request from ('127.0.0.1', 52276)
  154. Traceback (most recent call last):
  155.   File "C:\Python27\lib\site-packages\paste-1.7.5.1-py2.7.egg\paste\httpserver.py", line 1068, in process_request_in_thread
  156.     self.finish_request(request, client_address)
  157.   File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
  158.     self.RequestHandlerClass(request, client_address, self)
  159.   File "C:\Python27\lib\SocketServer.py", line 641, in __init__
  160.     self.finish()
  161.   File "C:\Python27\lib\SocketServer.py", line 694, in finish
  162.     self.wfile.flush()
  163.   File "C:\Python27\lib\socket.py", line 301, in flush
  164.     self._sock.sendall(view[write_offset:write_offset+buffer_size])
  165. error: [Errno 10053] An established connection was aborted by the software in your host machine
  166. ----------------------------------------
  167. Traceback (most recent call last):
  168.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 81, in hypermako
  169.     file_obj.write( hypermako.convert(file(in_file).read()) )
  170. IOError: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
  171. Error - <class 'pyramid.mako_templating.MakoRenderingException'>:
  172.  
  173. Traceback (most recent call last):
  174.   File "C:\Python27\lib\site-packages\pyramid\mako_templating.py", line 211, in __call__
  175.     result = template.render_unicode(**system)
  176.   File "C:\Python27\lib\site-packages\mako\template.py", line 421, in render_unicode
  177.     as_unicode=True)
  178.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 766, in _render
  179.     **_kwargs_for_callable(callable_, data))
  180.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 797, in _render_context
  181.     (inherit, lclcontext) = _populate_self_namespace(context, tmpl)
  182.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 743, in _populate_self_namespace
  183.     ret = template.module._mako_inherit(template, context)
  184.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 2, in _mako_inherit
  185.     <%namespace file="feed.mako" import="generate_feed"/>
  186.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 2, in _mako_generate_namespaces
  187.     <%namespace file="feed.mako" import="generate_feed"/>
  188.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 509, in __init__
  189.     calling_uri)
  190.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 732, in _lookup_template
  191.     return lookup.get_template(uri)
  192.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 88, in _preprocess
  193.     preprocessed_file = self.preprocessor.get( os.path.join(self.directory, filename ) )
  194.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 40, in get
  195.     self._preprocess(filename, pfn)
  196.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 22, in _preprocess
  197.     processor(in_fn, out_fn)
  198.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 85, in hypermako
  199.     raise Exception("Error converting %s: %s" % (in_file, e))
  200. Exception: Error converting c:\users\daniel\dropbox\work\wubel\wubel\templates\feed.mako: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
  201.  
  202. ----------------------------------------
  203. Exception happened during processing of request from ('127.0.0.1', 52277)
  204. Traceback (most recent call last):
  205.   File "C:\Python27\lib\site-packages\paste-1.7.5.1-py2.7.egg\paste\httpserver.py", line 1068, in process_request_in_thread
  206.     self.finish_request(request, client_address)
  207.   File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
  208.     self.RequestHandlerClass(request, client_address, self)
  209.   File "C:\Python27\lib\SocketServer.py", line 641, in __init__
  210.     self.finish()
  211.   File "C:\Python27\lib\SocketServer.py", line 694, in finish
  212.     self.wfile.flush()
  213.   File "C:\Python27\lib\socket.py", line 301, in flush
  214.     self._sock.sendall(view[write_offset:write_offset+buffer_size])
  215. error: [Errno 10053] An established connection was aborted by the software in your host machine
  216. ----------------------------------------
  217. ----------------------------------------
  218. Exception happened during processing of request from ('127.0.0.1', 52279)
  219. Traceback (most recent call last):
  220.   File "C:\Python27\lib\site-packages\paste-1.7.5.1-py2.7.egg\paste\httpserver.py", line 1068, in process_request_in_thread
  221.     self.finish_request(request, client_address)
  222.   File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
  223.     self.RequestHandlerClass(request, client_address, self)
  224.   File "C:\Python27\lib\SocketServer.py", line 641, in __init__
  225.     self.finish()
  226.   File "C:\Python27\lib\SocketServer.py", line 694, in finish
  227.     self.wfile.flush()
  228.   File "C:\Python27\lib\socket.py", line 301, in flush
  229.     self._sock.sendall(view[write_offset:write_offset+buffer_size])
  230. error: [Errno 10053] An established connection was aborted by the software in your host machine
  231. ----------------------------------------
  232. Traceback (most recent call last):
  233.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 81, in hypermako
  234.     file_obj.write( hypermako.convert(file(in_file).read()) )
  235. IOError: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
  236. Error - <type 'exceptions.KeyError'>: 30
  237. ----------------------------------------
  238. Exception happened during processing of request from ('127.0.0.1', 52278)
  239. Traceback (most recent call last):
  240.   File "C:\Python27\lib\site-packages\paste-1.7.5.1-py2.7.egg\paste\httpserver.py", line 1068, in process_request_in_thread
  241.     self.finish_request(request, client_address)
  242.   File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
  243.     self.RequestHandlerClass(request, client_address, self)
  244.   File "C:\Python27\lib\SocketServer.py", line 641, in __init__
  245.     self.finish()
  246.   File "C:\Python27\lib\SocketServer.py", line 694, in finish
  247.     self.wfile.flush()
  248.   File "C:\Python27\lib\socket.py", line 301, in flush
  249.     self._sock.sendall(view[write_offset:write_offset+buffer_size])
  250. error: [Errno 10053] An established connection was aborted by the software in your host machine
  251. ----------------------------------------
  252. Traceback (most recent call last):
  253.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 81, in hypermako
  254.     file_obj.write( hypermako.convert(file(in_file).read()) )
  255. IOError: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
  256. Error - <class 'pyramid.mako_templating.MakoRenderingException'>:
  257.  
  258. Traceback (most recent call last):
  259.   File "C:\Python27\lib\site-packages\pyramid\mako_templating.py", line 211, in __call__
  260.     result = template.render_unicode(**system)
  261.   File "C:\Python27\lib\site-packages\mako\template.py", line 421, in render_unicode
  262.     as_unicode=True)
  263.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 766, in _render
  264.     **_kwargs_for_callable(callable_, data))
  265.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 797, in _render_context
  266.     (inherit, lclcontext) = _populate_self_namespace(context, tmpl)
  267.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 743, in _populate_self_namespace
  268.     ret = template.module._mako_inherit(template, context)
  269.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 3, in _mako_inherit
  270.     <%namespace file="forms.mako" import="addsub_form"/>
  271.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 2, in _mako_generate_namespaces
  272.     <%namespace file="feed.mako" import="generate_feed"/>
  273.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 509, in __init__
  274.     calling_uri)
  275.   File "C:\Python27\lib\site-packages\mako\runtime.py", line 732, in _lookup_template
  276.     return lookup.get_template(uri)
  277.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 88, in _preprocess
  278.     preprocessed_file = self.preprocessor.get( os.path.join(self.directory, filename ) )
  279.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 40, in get
  280.     self._preprocess(filename, pfn)
  281.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 22, in _preprocess
  282.     processor(in_fn, out_fn)
  283.   File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 85, in hypermako
  284.     raise Exception("Error converting %s: %s" % (in_file, e))
  285. Exception: Error converting c:\users\daniel\dropbox\work\wubel\wubel\templates\feed.mako: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'