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
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
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
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:
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
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
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
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