- C:\Users\DANIEL\Dropbox\work\wubel>paster serve devel.ini
- ************************************************** Starting Wubel server **************************************************
- Starting server in PID 4000.
- serving on 0.0.0.0:6543 view at http://127.0.0.1:6543
- ^C
- C:\Users\DANIEL\Dropbox\work\wubel>paster serve devel.ini
- ************************************************** Starting Wubel server **************************************************
- Starting server in PID 2848.
- serving on 0.0.0.0:6543 view at http://127.0.0.1:6543
- WARNING: Token 'WS' defined, but not used
- WARNING: There is 1 unused token
- Traceback (most recent call last):
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 81, in hypermako
- file_obj.write( hypermako.convert(file(in_file).read()) )
- IOError: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
- Error - <class 'pyramid.mako_templating.MakoRenderingException'>:
- Traceback (most recent call last):
- File "C:\Python27\lib\site-packages\pyramid\mako_templating.py", line 211, in __call__
- result = template.render_unicode(**system)
- File "C:\Python27\lib\site-packages\mako\template.py", line 421, in render_unicode
- as_unicode=True)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 766, in _render
- **_kwargs_for_callable(callable_, data))
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 797, in _render_context
- (inherit, lclcontext) = _populate_self_namespace(context, tmpl)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 743, in _populate_self_namespace
- ret = template.module._mako_inherit(template, context)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 3, in _mako_inherit
- <%namespace file="forms.mako" import="addsub_form"/>
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 2, in _mako_generate_namespaces
- <%namespace file="feed.mako" import="generate_feed"/>
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 509, in __init__
- calling_uri)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 732, in _lookup_template
- return lookup.get_template(uri)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 88, in _preprocess
- preprocessed_file = self.preprocessor.get( os.path.join(self.directory, filename ) )
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 40, in get
- self._preprocess(filename, pfn)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 22, in _preprocess
- processor(in_fn, out_fn)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 85, in hypermako
- raise Exception("Error converting %s: %s" % (in_file, e))
- 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'
- Traceback (most recent call last):
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 81, in hypermako
- file_obj.write( hypermako.convert(file(in_file).read()) )
- IOError: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
- Error - <class 'pyramid.mako_templating.MakoRenderingException'>:
- Traceback (most recent call last):
- File "C:\Python27\lib\site-packages\pyramid\mako_templating.py", line 211, in __call__
- result = template.render_unicode(**system)
- File "C:\Python27\lib\site-packages\mako\template.py", line 421, in render_unicode
- as_unicode=True)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 766, in _render
- **_kwargs_for_callable(callable_, data))
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 797, in _render_context
- (inherit, lclcontext) = _populate_self_namespace(context, tmpl)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 743, in _populate_self_namespace
- ret = template.module._mako_inherit(template, context)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 3, in _mako_inherit
- <%namespace file="forms.mako" import="addsub_form"/>
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 2, in _mako_generate_namespaces
- <%namespace file="feed.mako" import="generate_feed"/>
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 509, in __init__
- calling_uri)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 732, in _lookup_template
- return lookup.get_template(uri)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 88, in _preprocess
- preprocessed_file = self.preprocessor.get( os.path.join(self.directory, filename ) )
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 40, in get
- self._preprocess(filename, pfn)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 22, in _preprocess
- processor(in_fn, out_fn)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 85, in hypermako
- raise Exception("Error converting %s: %s" % (in_file, e))
- 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'
- Traceback (most recent call last):
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 81, in hypermako
- file_obj.write( hypermako.convert(file(in_file).read()) )
- IOError: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
- Error - <class 'pyramid.mako_templating.MakoRenderingException'>:
- Traceback (most recent call last):
- File "C:\Python27\lib\site-packages\pyramid\mako_templating.py", line 211, in __call__
- result = template.render_unicode(**system)
- File "C:\Python27\lib\site-packages\mako\template.py", line 421, in render_unicode
- as_unicode=True)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 766, in _render
- **_kwargs_for_callable(callable_, data))
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 797, in _render_context
- (inherit, lclcontext) = _populate_self_namespace(context, tmpl)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 743, in _populate_self_namespace
- ret = template.module._mako_inherit(template, context)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 3, in _mako_inherit
- <%namespace file="forms.mako" import="addsub_form"/>
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 2, in _mako_generate_namespaces
- <%namespace file="feed.mako" import="generate_feed"/>
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 509, in __init__
- calling_uri)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 732, in _lookup_template
- return lookup.get_template(uri)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 88, in _preprocess
- preprocessed_file = self.preprocessor.get( os.path.join(self.directory, filename ) )
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 40, in get
- self._preprocess(filename, pfn)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 22, in _preprocess
- processor(in_fn, out_fn)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 85, in hypermako
- raise Exception("Error converting %s: %s" % (in_file, e))
- 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'
- Traceback (most recent call last):
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 81, in hypermako
- file_obj.write( hypermako.convert(file(in_file).read()) )
- IOError: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
- Error - <class 'pyramid.mako_templating.MakoRenderingException'>:
- Traceback (most recent call last):
- File "C:\Python27\lib\site-packages\pyramid\mako_templating.py", line 211, in __call__
- result = template.render_unicode(**system)
- File "C:\Python27\lib\site-packages\mako\template.py", line 421, in render_unicode
- as_unicode=True)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 766, in _render
- **_kwargs_for_callable(callable_, data))
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 797, in _render_context
- (inherit, lclcontext) = _populate_self_namespace(context, tmpl)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 743, in _populate_self_namespace
- ret = template.module._mako_inherit(template, context)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 2, in _mako_inherit
- <%namespace file="feed.mako" import="generate_feed"/>
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 2, in _mako_generate_namespaces
- <%namespace file="feed.mako" import="generate_feed"/>
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 509, in __init__
- calling_uri)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 732, in _lookup_template
- return lookup.get_template(uri)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 88, in _preprocess
- preprocessed_file = self.preprocessor.get( os.path.join(self.directory, filename ) )
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 40, in get
- self._preprocess(filename, pfn)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 22, in _preprocess
- processor(in_fn, out_fn)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 85, in hypermako
- raise Exception("Error converting %s: %s" % (in_file, e))
- 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'
- ----------------------------------------
- Exception happened during processing of request from ('127.0.0.1', 52276)
- Traceback (most recent call last):
- File "C:\Python27\lib\site-packages\paste-1.7.5.1-py2.7.egg\paste\httpserver.py", line 1068, in process_request_in_thread
- self.finish_request(request, client_address)
- File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- File "C:\Python27\lib\SocketServer.py", line 641, in __init__
- self.finish()
- File "C:\Python27\lib\SocketServer.py", line 694, in finish
- self.wfile.flush()
- File "C:\Python27\lib\socket.py", line 301, in flush
- self._sock.sendall(view[write_offset:write_offset+buffer_size])
- error: [Errno 10053] An established connection was aborted by the software in your host machine
- ----------------------------------------
- Traceback (most recent call last):
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 81, in hypermako
- file_obj.write( hypermako.convert(file(in_file).read()) )
- IOError: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
- Error - <class 'pyramid.mako_templating.MakoRenderingException'>:
- Traceback (most recent call last):
- File "C:\Python27\lib\site-packages\pyramid\mako_templating.py", line 211, in __call__
- result = template.render_unicode(**system)
- File "C:\Python27\lib\site-packages\mako\template.py", line 421, in render_unicode
- as_unicode=True)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 766, in _render
- **_kwargs_for_callable(callable_, data))
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 797, in _render_context
- (inherit, lclcontext) = _populate_self_namespace(context, tmpl)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 743, in _populate_self_namespace
- ret = template.module._mako_inherit(template, context)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 2, in _mako_inherit
- <%namespace file="feed.mako" import="generate_feed"/>
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 2, in _mako_generate_namespaces
- <%namespace file="feed.mako" import="generate_feed"/>
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 509, in __init__
- calling_uri)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 732, in _lookup_template
- return lookup.get_template(uri)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 88, in _preprocess
- preprocessed_file = self.preprocessor.get( os.path.join(self.directory, filename ) )
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 40, in get
- self._preprocess(filename, pfn)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 22, in _preprocess
- processor(in_fn, out_fn)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 85, in hypermako
- raise Exception("Error converting %s: %s" % (in_file, e))
- 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'
- ----------------------------------------
- Exception happened during processing of request from ('127.0.0.1', 52277)
- Traceback (most recent call last):
- File "C:\Python27\lib\site-packages\paste-1.7.5.1-py2.7.egg\paste\httpserver.py", line 1068, in process_request_in_thread
- self.finish_request(request, client_address)
- File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- File "C:\Python27\lib\SocketServer.py", line 641, in __init__
- self.finish()
- File "C:\Python27\lib\SocketServer.py", line 694, in finish
- self.wfile.flush()
- File "C:\Python27\lib\socket.py", line 301, in flush
- self._sock.sendall(view[write_offset:write_offset+buffer_size])
- error: [Errno 10053] An established connection was aborted by the software in your host machine
- ----------------------------------------
- ----------------------------------------
- Exception happened during processing of request from ('127.0.0.1', 52279)
- Traceback (most recent call last):
- File "C:\Python27\lib\site-packages\paste-1.7.5.1-py2.7.egg\paste\httpserver.py", line 1068, in process_request_in_thread
- self.finish_request(request, client_address)
- File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- File "C:\Python27\lib\SocketServer.py", line 641, in __init__
- self.finish()
- File "C:\Python27\lib\SocketServer.py", line 694, in finish
- self.wfile.flush()
- File "C:\Python27\lib\socket.py", line 301, in flush
- self._sock.sendall(view[write_offset:write_offset+buffer_size])
- error: [Errno 10053] An established connection was aborted by the software in your host machine
- ----------------------------------------
- Traceback (most recent call last):
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 81, in hypermako
- file_obj.write( hypermako.convert(file(in_file).read()) )
- IOError: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
- Error - <type 'exceptions.KeyError'>: 30
- ----------------------------------------
- Exception happened during processing of request from ('127.0.0.1', 52278)
- Traceback (most recent call last):
- File "C:\Python27\lib\site-packages\paste-1.7.5.1-py2.7.egg\paste\httpserver.py", line 1068, in process_request_in_thread
- self.finish_request(request, client_address)
- File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
- self.RequestHandlerClass(request, client_address, self)
- File "C:\Python27\lib\SocketServer.py", line 641, in __init__
- self.finish()
- File "C:\Python27\lib\SocketServer.py", line 694, in finish
- self.wfile.flush()
- File "C:\Python27\lib\socket.py", line 301, in flush
- self._sock.sendall(view[write_offset:write_offset+buffer_size])
- error: [Errno 10053] An established connection was aborted by the software in your host machine
- ----------------------------------------
- Traceback (most recent call last):
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 81, in hypermako
- file_obj.write( hypermako.convert(file(in_file).read()) )
- IOError: [Errno 2] No such file or directory: u'c:\\users\\daniel\\dropbox\\work\\wubel\\wubel\\templates\\feed.mako'
- Error - <class 'pyramid.mako_templating.MakoRenderingException'>:
- Traceback (most recent call last):
- File "C:\Python27\lib\site-packages\pyramid\mako_templating.py", line 211, in __call__
- result = template.render_unicode(**system)
- File "C:\Python27\lib\site-packages\mako\template.py", line 421, in render_unicode
- as_unicode=True)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 766, in _render
- **_kwargs_for_callable(callable_, data))
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 797, in _render_context
- (inherit, lclcontext) = _populate_self_namespace(context, tmpl)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 743, in _populate_self_namespace
- ret = template.module._mako_inherit(template, context)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 3, in _mako_inherit
- <%namespace file="forms.mako" import="addsub_form"/>
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\templates/.preprocessed_main.mako", line 2, in _mako_generate_namespaces
- <%namespace file="feed.mako" import="generate_feed"/>
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 509, in __init__
- calling_uri)
- File "C:\Python27\lib\site-packages\mako\runtime.py", line 732, in _lookup_template
- return lookup.get_template(uri)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 88, in _preprocess
- preprocessed_file = self.preprocessor.get( os.path.join(self.directory, filename ) )
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 40, in get
- self._preprocess(filename, pfn)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\preprocess.py", line 22, in _preprocess
- processor(in_fn, out_fn)
- File "C:\Users\DANIEL\Dropbox\work\wubel\wubel\main.py", line 85, in hypermako
- raise Exception("Error converting %s: %s" % (in_file, e))
- 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'