-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 01/30/2014 12:40 PM, Kevin Ratnasekera wrote:
Hi, I am Kevin Ratnasekera, Undergraduate from University of Moratuwa Sri
Hi!
Lanka. I am currently developing a Cloud connector for mailman 3 as part of my internship project. For this I am using the REST api for mailman-3.0.0b3. I am currently following this tutorial http://wiki.list.org/display/DEV/A+5+minute+guide+to+get+the+Mailman+web+UI+...
and I am getting this error while creating a new domain, user , list etc.
NameError at /postorius/users/new/ global name 'utils' is not defined
Unfortunately you ran into an error that just got fixed yesterday. Updating your postorius branch should fix that (bzr pull).
If you're especially interested in using Mailman3's REST API, I'd also recommend taking a closer look at the Python bindings (mailman.client on launchpad - docs are in the repo's src/mailmanclient/docs directory). It's a Python wrapper which makes accessing the REST API pretty easy.
Cheers Florian