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 goog
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 t
Hi Akash,
On 3 March 2015 at 14:24, Akash Agrawall wrote:
> Hi Barry,
>
> I fixed the issue by setting http_proxy and https_proxy as root.
> export http_proxy="http://:"
> export https_proxy="https://:"
These are environment variables, you don't need to set them as root.
>
> The command "sudo
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 M
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 i
Hi Barry,
I fixed the issue by setting http_proxy and https_proxy as root.
export http_proxy="http://:"
export https_proxy="https://:"
The command "sudo python3.4 setup.py install" ran successfully.
But when I run the command "mailman start", it gives an error:
" Starting Mailman's master runner
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 "
>http://pastebin
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
wrote:
> Hi,
>
> I am new to Mailman. I followed "
> ht
Hi,
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 "
http://pastebin.com/6N7Qq64S ".
I am behind proxy. Please help me wi
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
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
> i m following
>
>
>
http://wiki.list.org/disp
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 rig
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 wit
i m following
http://wiki.list.org/display/DEV/A+5+minute+guide+to+get+the+Mailman+web+UI+running
i had brached mailman
after that i excecuted python bootstrap.py
in bin/buildout
i get
An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most rec
On Fri, Feb 17, 2012 at 11:20 PM, Florian Fuchs wrote:
> Hi,
>
> On Friday, February 17, 2012 17:13 CET, Aamir Khan
> 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
>
Hi,
On Friday, February 17, 2012 17:13 CET, Aamir Khan
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 of the dominant e
Hi,
On Friday, February 17, 2012 00:40 CET, Aamir Khan
wrote:
> > REST_SERVER = 'http://localhost:8001'
> >
> I guess that should be,
>
> REST_SERVER = 'http://localhost:8000' because the django app runs on 8000
> port.
Yep, the Django dev server runs on port 8000. But the REST_SERVER se
On Fri, Feb 17, 2012 at 4:32 AM, Florian Fuchs 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:
>
> REST_SERVER = 'http
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 = 'loca
19 matches
Mail list logo