[Mailman-Developers] New to mailman

Sandesh Agrawal sakuag333 at gmail.com
Fri Dec 21 19:34:08 CET 2012


> Did you type this into the interpreter prompt?  If so, how did you start
> Python?  Where exactly did you "run this"?


Yes i was using python's default interpreter which was causing
problems.  /bin/py worked.

While making "class FakeArgs" for starting master process in mailman,
 i am doing config = make_config(),
 which gives the following error :
-------------------------------------------------------------------------------------------------------------
[config_file = os.path.join(os.path.dirname(config.filename), new_config)
 File "/usr/lib/python2.6/posixpath.py",
line 119, in dirname     i = p.rfind('/') + 1
AttributeError: 'NoneType' object has no attribute 'rfind'
-------------------------------------------------------------------------------------------------------------

i searched everything regarding this but could not find how to resolve it


More information about the Mailman-Developers mailing list