[modwsgi] [mod_wsgi] It does not work with zeromq..

2012-01-05 Thread Psi
i am trying to make web site which retrieves query from the user, and process it by C++ based searching program. In order to achieve this, I used python script which gets the query and send the query to C++ program by zeromq. However it seems like mod_wsgi cannot import zeromq even though it

[modwsgi] Re: [mod_wsgi] It does not work with zeromq..

2012-01-05 Thread Psi
...@gmail.com wrote: On 6 January 2012 12:39, Psi kev0...@gmail.com wrote: i am trying to make web site which retrieves query from the user, and process it by C++ based searching program. In order to achieve this, I used python script which gets the query and send the query to C