librelist archives

« back to archive

Re: [mongrel2] Do mongrel2 and pyzmq work with pypy?

Re: [mongrel2] Do mongrel2 and pyzmq work with pypy?

From:
Daniel Holth
Date:
2011-08-03 @ 14:24
pyzmq-ctypes was written specifically for this. Find it on github. The
original pyzmq depends on too much of the cpython API since it is written in
cython.
On Aug 3, 2011 7:38 AM, "Dhruv Matani" <dhruvbird@gmail.com> wrote:

Re: [mongrel2] Do mongrel2 and pyzmq work with pypy?

From:
Dhruv Matani
Date:
2011-08-03 @ 14:29
cool! I shall try this. Thanks Daniel! :)

Also, will just copying the python directory (mongrel's python
connector) to pypy's module directory just work? Currently, I need to
to python setup.py install (or something equivalent).

On Wed, Aug 3, 2011 at 7:54 PM, Daniel Holth <dholth@gmail.com> wrote:
> pyzmq-ctypes was written specifically for this. Find it on github. The
> original pyzmq depends on too much of the cpython API since it is written in
> cython.
>
> On Aug 3, 2011 7:38 AM, "Dhruv Matani" <dhruvbird@gmail.com> wrote:
>



-- 
   -Dhruv Matani.
http://dhruvbird.com/

"What's the simplest thing that could possibly work?"
-- Ward Cunningham

Re: [mongrel2] Do mongrel2 and pyzmq work with pypy?

From:
Daniel Holth
Date:
2011-08-03 @ 14:47
You can probably just run "pypy setup.py install". You might want to
edit the install_requires to remove the things not needed by the basic
handler.py.