I've installed the wiki and it seems to be working but when I add some
Polish letters to the page text (add or edit) like: azzlóle :)
and submit the form it "hangs" and in the terminale where the server is
running I get" 'ascii' codec can't encode characters in position
458-465: ordinal not in range(128)"
#######################
Error - myghty.exception.Error: Error(UnicodeEncodeError): 'ascii'
codec can't encode characters in position 458-465: ordinal not in
range(128) at
/usr/lib/python2.4/site-packages/Myghty-1.0.2-py2.4.egg/myghty/buffer.py
line 66
URL: http://localhost:5000/page/save/QuickWiki3
File
'/usr/lib/python2.4/site-packages/Paste-0.9.6-py2.4.egg/paste/exceptions/errormiddleware.py',
line 138 in __call__
  app_iter = self.application(environ, detect_start_response)
File
'/usr/lib/python2.4/site-packages/Paste-0.9.6-py2.4.egg/paste/httpexceptions.py',
line 623 in __call__
  self.send_http_response, catch=HTTPException)
File
'/usr/lib/python2.4/site-packages/Paste-0.9.6-py2.4.egg/paste/wsgilib.py',
line 207 in catch_errors_app
  app_iter = application(environ, start_response)
File
'/usr/lib/python2.4/site-packages/PasteDeploy-0.9.6-py2.4.egg/paste/deploy/config.py',
line 160 in __call__
  app_iter = self.application(environ, start_response)
File
'/usr/lib/python2.4/site-packages/Pylons-0.9.1dev_r1186-py2.4.egg/pylons/wsgiapp.py',
line 264 in __call__
  return self.app(environ, start_response)
File
'/usr/lib/python2.4/site-packages/Beaker-0.6-py2.4.egg/beaker/cache.py',
line 121 in __call__
  return self.app(environ, start_response)
File
'/usr/lib/python2.4/site-packages/Beaker-0.6-py2.4.egg/beaker/session.py',
line 100 in __call__
  response = self.wrap_app(environ, session_start_response)
File
'/usr/lib/python2.4/site-packages/Pylons-0.9.1dev_r1186-py2.4.egg/pylons/wsgiapp.py',
line 84 in __call__
  response = self.dispatch(controller, environ, start_response)
File
'/usr/lib/python2.4/site-packages/Pylons-0.9.1dev_r1186-py2.4.egg/pylons/wsgiapp.py',
line 195 in dispatch
  return controller(environ, start_response)
File
'/usr/lib/python2.4/site-packages/QuickWiki-0.1.1-py2.4.egg/quickwiki/lib/base.py',
line 16 in __call__
  response = WSGIController.__call__(self, environ, start_response)
File
'/usr/lib/python2.4/site-packages/Pylons-0.9.1dev_r1186-py2.4.egg/pylons/controllers.py',
line 131 in __call__
  response = self._dispatch_call()
File
'/usr/lib/python2.4/site-packages/Pylons-0.9.1dev_r1186-py2.4.egg/pylons/controllers.py',
line 84 in _dispatch_call
  response = self._inspect_call(func)
File
'/usr/lib/python2.4/site-packages/Pylons-0.9.1dev_r1186-py2.4.egg/pylons/controllers.py',
line 76 in _inspect_call
  return func(*args)
File
'/usr/lib/python2.4/site-packages/QuickWiki-0.1.1-py2.4.egg/quickwiki/controllers/page.py',
line 34 in save
  return render_response('/page.myt')
File
'/usr/lib/python2.4/site-packages/Pylons-0.9.1dev_r1186-py2.4.egg/pylons/templating.py',
line 265 in render_response
  return pylons.Response(render(*args, **kargs))
File
'/usr/lib/python2.4/site-packages/Pylons-0.9.1dev_r1186-py2.4.egg/pylons/templating.py',
line 257 in render
  return pylons.buffet.render(template_name=template,
fragment=fragment, namespace=kargs, **cache_args)
File
'/usr/lib/python2.4/site-packages/Pylons-0.9.1dev_r1186-py2.4.egg/pylons/templating.py',
line 180 in render
  return engine_config['engine'].render(namespace, template=full_path,
**options)
File
'/usr/lib/python2.4/site-packages/Pylons-0.9.1dev_r1186-py2.4.egg/pylons/templating.py',
line 221 in render
  self.interpreter.execute(template, request_args=vars, out_buffer=buf)
File
'/usr/lib/python2.4/site-packages/Myghty-1.0.2-py2.4.egg/myghty/interp.py',
line 156 in execute
  return self.make_request(component = component, **params).execute()
File
'/usr/lib/python2.4/site-packages/Myghty-1.0.2-py2.4.egg/myghty/request.py',
line 295 in execute
  raise error
myghty.exception.Error: Error(UnicodeEncodeError): 'ascii' codec can't
encode characters in position 458-465: ordinal not in range(128) at
/usr/lib/python2.4/site-packages/Myghty-1.0.2-py2.4.egg/myghty/buffer.py
line 66


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to