Hi,
I am Kevin Ratnasekera, Undergraduate from University of Moratuwa Sri
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+running
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
Request Method:         POST
Request URL:    http://127.0.0.1:8000/postorius/users/new/
Django Version:         1.4
Exception Type:         NameError
Exception Value:
global name 'utils' is not defined
Exception Location:     /home/kevin/postorius/src/postorius/models.py in
create, line 88
Python Executable:      /usr/bin/python
Python Version:         2.7.3

Traceback:
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py"
in get_response
  111.                         response = callback(request,
*callback_args, **callback_kwargs)
File "/usr/local/lib/python2.7/dist-packages/django/contrib/auth/decorators.py"
in _wrapped_view
  20.                 return view_func(request, *args, **kwargs)
File "/home/kevin/postorius/src/postorius/views/user.py" in user_new
  261.                 user.save()
File "/home/kevin/postorius/src/postorius/models.py" in save
  151.         self.objects.create(**self.kwargs)
File "/home/kevin/postorius/src/postorius/models.py" in create
  88.             method = getattr(utils.get_client(), 'create_' +
self.resource_name)

Exception Type: NameError at /postorius/users/new/
Exception Value: global name 'utils' is not defined

Any comments??
Regards
Kevin
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to