Re: [Mailman-Developers] Error while setting up Mailman

2015-03-03 Thread Akash Agrawall
Hi Barry, I fixed the issue by setting http_proxy and https_proxy as root. export http_proxy=http://proxy:port number export https_proxy=https://proxy:port number The command sudo python3.4 setup.py install ran successfully. But when I run the command mailman start, it gives an error: Starting

Re: [Mailman-Developers] Error while setting up Mailman

2015-03-03 Thread Akash Agrawall
Hi Abhilash, No, I wasn't running mailman on a virtual environment. I will try setting up mailman again. It would have been great if the wiki also mentioned the steps to set-up a virtual environment. IMHO, one can easily google it still mentioning it in the wiki is better. I will be happy to add

Re: [Mailman-Developers] Error while setting up Mailman

2015-03-03 Thread Abhilash Raj
On Tuesday 03 March 2015 03:29 PM, Akash Agrawall wrote: Hi Abhilash, No, I wasn't running mailman on a virtual environment. I will try setting up mailman again. It would have been great if the wiki also mentioned the steps to set-up a virtual environment. IMHO, one can easily google it

Re: [Mailman-Developers] Error while setting up Mailman

2015-03-03 Thread Stephen J. Turnbull
Akash Agrawall writes: But when I run the command mailman start, it gives an error: Starting Mailman's master runner /usr/bin/python3.4: can't find '__main__' module in '/usr/bin/master' Does Mailman install into /usr/bin/? That doesn't seem like a great idea, and I don't recall it

Re: [Mailman-Developers] Error while setting up Mailman

2015-03-03 Thread Akash Agrawall
There was no folder/file in /usr/bin with name master so initially the error was: Starting Mailman's master runner /usr/bin/python3.4: can't open file '/usr/bin/master': [Errno 2] No such file or directory When I created a directory master manually in /usr/bin/, I got this error: Starting

Re: [Mailman-Developers] Error while setting up Mailman

2015-03-03 Thread Abhilash Raj
Hi Akash, On 3 March 2015 at 14:24, Akash Agrawall akash.agrawall...@gmail.com wrote: Hi Barry, I fixed the issue by setting http_proxy and https_proxy as root. export http_proxy=http://proxy:port number export https_proxy=https://proxy:port number These are environment variables, you don't

Re: [Mailman-Developers] Error while setting up Mailman

2015-03-02 Thread Akash Agrawall
Hi, When I run sudo python setup.py install the command runs successfully, but when I run the command mailman start I get the error: http://pastebin.com/VabWXWs2 Thank you, Akash Agrawall On Tue, Mar 3, 2015 at 4:20 AM, Akash Agrawall akash.agrawall...@gmail.com wrote: Hi, I am new to

Re: [Mailman-Developers] Error while setting up Mailman

2015-03-02 Thread Barry Warsaw
On Mar 03, 2015, at 04:20 AM, Akash Agrawall wrote: I am new to Mailman. I followed http://wiki.list.org/DEV/A%205%20minute%20guide%20to%20get%20the%20Mailman%20web%20UI%20running to set-up Mailman. When I run the command sudo python3.4 setup.py install I get the error

Re: [Mailman-Developers] error while setting up mailman on ubuntu please reply

2013-04-04 Thread Karl-Aksel Puulmann
Hello When I ran into similar problems, running bin/buildout with root premissions helped (sudo bin/buildout). This installed some missing packages (zope.interface). Hopefully this helps. :) All the best Karl-Aksel Puulmann 2013/4/1 Ashesh Vidyut ashesh.vidyut at gmail.com i m following

Re: [Mailman-Developers] error while setting up mailman on ubuntu please reply

2013-04-04 Thread Xu Wang
It depends on the version of zope on your system. I'd update the zope.interface before mailman buildout. Here is an example chef recipe for mm3: nclude_recipe python # Install base packages for mailman3 %w{ bzr postfix openssl-blacklist ssl-cert }.each do |pkg| package pkg end

Re: [Mailman-Developers] error while setting up mailman on ubuntu please reply

2013-04-01 Thread Florian Fuchs
Hi Ashesh, it looks like installation of one of the dependencies is failing, but it's a little hard to say which one and why (at least to me). Maybe there's a buildout expert on the list who has seen this kind of traceback before and can provide help right away... If not, could you provide us

Re: [Mailman-Developers] error while setting up mailman on ubuntu please reply

2013-04-01 Thread Barry Warsaw
On Apr 01, 2013, at 11:42 PM, Florian Fuchs wrote: it looks like installation of one of the dependencies is failing, but it's a little hard to say which one and why (at least to me). Maybe there's a buildout expert on the list who has seen this kind of traceback before and can provide help right

Re: [Mailman-Developers] Error while setting up mailman UI

2012-02-17 Thread Florian Fuchs
Hi, On Friday, February 17, 2012 17:13 CET, Aamir Khan syst3m.w...@gmail.com wrote: Hi, I tried to create a virtualEnv in python and start the installation from scratch. But i a still getting the errors. Screenshot is attached. I also tried running the tests and many tests failed. One

Re: [Mailman-Developers] Error while setting up mailman UI

2012-02-17 Thread Aamir Khan
On Fri, Feb 17, 2012 at 11:20 PM, Florian Fuchs f...@state-of-mind.de wrote: Hi, On Friday, February 17, 2012 17:13 CET, Aamir Khan syst3m.w...@gmail.com wrote: Hi, I tried to create a virtualEnv in python and start the installation from scratch. But i a still getting the errors.

Re: [Mailman-Developers] Error while setting up mailman UI

2012-02-16 Thread Florian Fuchs
Hi Aamir, thanks for being interested in MM3 and its web ui! A small change I recently made to the default settings seems to be the cause of the error message: In line 32 of your settings.py it should say: REST_SERVER = 'http://localhost:8001' where it probably now says: REST_SERVER =

Re: [Mailman-Developers] Error while setting up mailman UI

2012-02-16 Thread Aamir Khan
On Fri, Feb 17, 2012 at 4:32 AM, Florian Fuchs f...@state-of-mind.de wrote: Hi Aamir, thanks for being interested in MM3 and its web ui! A small change I recently made to the default settings seems to be the cause of the error message: In line 32 of your settings.py it should say: