Abhilash Raj writes:
> On 03/10/2016 07:18 AM, Daman Singh wrote:
> > When i run buildout command i get an error saying,"no module
> > named 'zlib'" but on running ipython, when i import zlib it works
> > all right.
>
> When running buildout in mailman-bundler, it generally creates a
> vir
@Simon thanks for the help. I have successfully setup the dev environment.
@Abhilash I have checked it twice but no new virtualenv is created. I use
virtualenv for projects and have used one for this also, and zlib was
installed in that env. Moreover, i tried to install it on Ubuntu installed
in v
Hi Daman,
On 03/10/2016 07:18 AM, Daman Singh wrote:
> Hello everyone!
>
> I am trying to install mailman for development using mailman-bundler. I
> followed the instructions given here
> http://mailman-bundler.readthedocs.org/en/latest/ , but i am facing a
> problem.
> When i run buildout comma
On 03/10/2016 04:18 PM, Daman Singh wrote:
> Hello everyone!
>
> I am trying to install mailman for development using mailman-bundler. I
> followed the instructions given here
> http://mailman-bundler.readthedocs.org/en/latest/ , but i am facing a
> problem.
> When i run buildout command i get an
Hello everyone!
I am trying to install mailman for development using mailman-bundler. I
followed the instructions given here
http://mailman-bundler.readthedocs.org/en/latest/ , but i am facing a
problem.
When i run buildout command i get an error saying,"no module named 'zlib'"
but on running ipy