Re: [Mailman-Developers] Development Enviromnent setup

2017-02-01 Thread Stephen J. Turnbull
Barry Warsaw writes: > All that said, if you can't import _sqlite3, then your Python > installation is messed up. That's a stdlib module so it should > always be around. But distros! Probably @ncoghlan_dev's fault. ;-) ___ Mailman-Developers mail

Re: [Mailman-Developers] Development Enviromnent setup

2017-02-01 Thread Mark Sapiro
On 02/01/2017 03:57 AM, Diptanshu Jamgade wrote: > Hello, > I have clonned the mailman gitlab repo(forked version) and created a > python3 virtualenv using `virtualenv p- python3 `. Then I > activated the virtualenv and did `python3 setup.py develop`. On completion > I did `mailman info -v`. This r

Re: [Mailman-Developers] Development Enviromnent setup

2017-02-01 Thread Barry Warsaw
On Feb 01, 2017, at 11:57 AM, Diptanshu Jamgade wrote: >I have clonned the mailman gitlab repo(forked version) and created a >python3 virtualenv using `virtualenv p- python3 `. Then I >activated the virtualenv and did `python3 setup.py develop`. On completion >I did `mailman info -v`. This returne