Re: [pypy-dev] problem with twisted in current pypy master

2012-11-23 Thread Max Lavrenov
I've created issue https://bugs.pypy.org/issue1335 On Fri, Nov 23, 2012 at 4:04 PM, Armin Rigo wrote: > Hi Max, > > On Fri, Nov 23, 2012 at 12:43 PM, Max Lavrenov > wrote: > > marshal.dump(codeobject, fc) > > UnicodeEncodeError: 'utf-8' codec can't encode character u'\udf42' in > position 0:

Re: [pypy-dev] problem with twisted in current pypy master

2012-11-23 Thread Max Lavrenov
Hello Amaury [e-max@e-max pypy]$ hg id ded8ea86de4b [e-max@e-max pypy]$ hg log -v -r ded8ea86de4b набор изменений: 59040:ded8ea86de4b пользователь: Armin Rigo дата: Thu Nov 22 23:37:52 2012 +0100 файлы:pypy/config/translationoption.py описание: Kill these options. Th

Re: [pypy-dev] problem with twisted in current pypy master

2012-11-23 Thread Amaury Forgeot d'Arc
2012/11/23 Armin Rigo > Hi Max, > > On Fri, Nov 23, 2012 at 12:43 PM, Max Lavrenov > wrote: > > marshal.dump(codeobject, fc) > > UnicodeEncodeError: 'utf-8' codec can't encode character u'\udf42' in > position 0: surrogates not allowed > > Works for me. Could you please: > > * open a bug on htt

Re: [pypy-dev] problem with twisted in current pypy master

2012-11-23 Thread Armin Rigo
Hi Max, On Fri, Nov 23, 2012 at 12:43 PM, Max Lavrenov wrote: > marshal.dump(codeobject, fc) > UnicodeEncodeError: 'utf-8' codec can't encode character u'\udf42' in > position 0: surrogates not allowed Works for me. Could you please: * open a bug on https://bugs.pypy.org/, reporting the platf

[pypy-dev] problem with twisted in current pypy master

2012-11-23 Thread Max Lavrenov
Hello everyone I had got this error while installed twisted. I just built pypy from master, made virtual enviroment and pip install twisted. Traceback (most recent call last): File "app_main.py", line 51, in run_toplevel File "app_main.py", line 547, in run_it File "", line 1, in F