MM 3.0 build error
Hello everyone, This is Pankaj, I have decent knowledge of C++ and a little bit of practice in python (I did some projects in python), I am new to Mailman and I am interested in contributing to it. Today I downloaded the source of MM 3.0 from launchpad and saw few bugs, I installed apache and got it running and installed Exim too, but while running _bootstrap.py_ from MM source directory, I'm getting this output in terminal:
Traceback (most recent call last): File "bootstrap.py", line 163, in <module> options.setup_source).read().replace('\r\n', '\n') File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.7/urllib2.py", line 394, in open response = self._open(req, data) File "/usr/lib/python2.7/urllib2.py", line 412, in _open '_open', req) File "/usr/lib/python2.7/urllib2.py", line 372, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 1201, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.7/urllib2.py", line 1140, in do_open h = http_class(host, timeout=req.timeout) # will parse host:port File "/usr/lib/python2.7/httplib.py", line 693, in __init__ self._set_hostport(host, port) File "/usr/lib/python2.7/httplib.py", line 718, in _set_hostport raise InvalidURL("nonnumeric port: '%s'" % host[i+1:]) httplib.InvalidURL: nonnumeric port: ''
Can someone please help me with this.
*-- Panks*
participants (1)
-
Panks