Re: [pypy-dev] PyPy 2.0 beta 1 released

2012-11-23 Thread Phyo Arkar
Hey , ARM Build! thats mean we can run Pypy in android now right? I am building my own Python for Android with required dependencies , i am gonna test pypy on android too! Thanks , good job pypy team! When do you think numpypy and pypy c extension is complete enought to support matplotlib/scipy/p

Re: [pypy-dev] Need help disutils module with PyPy

2012-11-23 Thread Amaury Forgeot d'Arc
2012/11/23 Sasikanth Eda > [linux@localhost disutils_example]$ pypy setup.py build > running build > running build_ext > building 'demo' extension > cc -fPIC -Wimplicit -I/usr/lib64/pypy-1.9/include -c demo.c -o > build/temp.linux-x86_64-2.7/demo.o > demo.c:1:20: fatal error: Python.h: No such fi

[pypy-dev] Need help disutils module with PyPy

2012-11-23 Thread Sasikanth Eda
Hi All, I am a newbie facing problem with utilization of disutils ( http://docs.python.org/2/distutils/introduction.html) module that helps in distributing python modules with PyPy. *content of demo.c:* #include #include int main (void) { printf("setup passed\n"); return 0; } *conten

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