Re: [pypy-dev] PyPy C API

2012-07-20 Thread Amaury Forgeot d'Arc
2012/7/20 Alexander Pyattaev : > I think that most of the end-users would not care much and would use SWIG > anyway, because it is simple to do and scalable. So whatever API you decide > to go with, the only real problem will be to make a swig wrapper library for > that and about 80% of application

Re: [pypy-dev] PyPy C API

2012-07-20 Thread Alexander Pyattaev
I think that most of the end-users would not care much and would use SWIG anyway, because it is simple to do and scalable. So whatever API you decide to go with, the only real problem will be to make a swig wrapper library for that and about 80% of applications that use SWIG would not even need any

Re: [pypy-dev] Compiling for pypy

2012-07-20 Thread Jan Riechers
On 20.07.2012 11:36, Maciej Fijalkowski wrote: On Fri, Jul 20, 2012 at 10:11 AM, Jan Riechers mailto:[email protected]>> wrote: On 19.07.2012 23:10, Raymond Roberts wrote: Have you tried building the pymongo driver without the C extensions? Hello Raymond thank you for c

Re: [pypy-dev] Compiling for pypy

2012-07-20 Thread Jan Riechers
On 20.07.2012 13:34, Amaury Forgeot d'Arc wrote: 2012/7/20 Jan Riechers : yes, I assume I use the most recent version 1.9, but official windows build, not a own compilation. I saw there was already a similiar issue posted here (for reference, my error below): http://www.mail-archive.com/pypy-

Re: [pypy-dev] Compiling for pypy

2012-07-20 Thread Amaury Forgeot d'Arc
2012/7/20 Jan Riechers : > yes, I assume I use the most recent version 1.9, but official windows build, > not a own compilation. I saw there was already a similiar issue posted here > (for reference, my error below): > http://www.mail-archive.com/[email protected]/msg02117.html And the answer wa

Re: [pypy-dev] Compiling for pypy

2012-07-20 Thread Jan Riechers
On 20.07.2012 11:36, Maciej Fijalkowski wrote:> On Fri, Jul 20, 2012 at 10:11 AM, Jan Riechers > > wrote: > > I caused some trouble by having also greenlet and eventlet > installed, seems that those did not like to come along and causing the: > "Fatal Py

Re: [pypy-dev] Compiling for pypy

2012-07-20 Thread Maciej Fijalkowski
On Fri, Jul 20, 2012 at 10:11 AM, Jan Riechers wrote: > On 19.07.2012 23:10, Raymond Roberts wrote: > >> Have you tried building the pymongo driver without the C extensions? >> >> > Hello Raymond > thank you for coming back, I just tried once more and the pymongo driver > works. Also the latest v

Re: [pypy-dev] Compiling for pypy

2012-07-20 Thread Jan Riechers
On 19.07.2012 23:10, Raymond Roberts wrote: Have you tried building the pymongo driver without the C extensions? Hello Raymond thank you for coming back, I just tried once more and the pymongo driver works. Also the latest version. I caused some trouble by having also greenlet and eventlet