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

Re: [pypy-dev] Compiling for pypy

2012-07-19 Thread Raymond Roberts
Have you tried building the pymongo driver without the C extensions? On Mon, Jul 16, 2012 at 4:02 AM, Maciej Fijalkowski wrote: > On Mon, Jul 16, 2012 at 6:42 AM, Jan Riechers wrote: > >> Hello, >> >> I got a hard time trying to get pymongo running in Pypy - I simple can't >> figure out how to bu

Re: [pypy-dev] Compiling for pypy

2012-07-16 Thread Maciej Fijalkowski
On Mon, Jul 16, 2012 at 6:42 AM, Jan Riechers wrote: > Hello, > > I got a hard time trying to get pymongo running in Pypy - I simple can't > figure out how to build/compile the driver for Pypy. > > After searching I coudn't find any answer on how to translate and or > compile the latest branch of

[pypy-dev] Compiling for pypy

2012-07-15 Thread Jan Riechers
Hello, I got a hard time trying to get pymongo running in Pypy - I simple can't figure out how to build/compile the driver for Pypy. After searching I coudn't find any answer on how to translate and or compile the latest branch of the driver and I'm quite desperate on how to make this work a