django-jack
django-jack copied to clipboard
an integer is required
help please I get the following error and I don't know how to resolve it.
TypeError at /beanstalk/
an integer is required
Request Method: GET
Request URL: https://beanstalkd.mysite/beanstalk/
Django Version: 1.4.2
Exception Type: TypeError
Exception Value:
an integer is required
Exception Location: /usr/lib/python2.6/site-packages/beanstalkc.py in wrap, line 41
Python Executable: /usr/bin/python
Python Version: 2.6.8
Python Path:
['/usr/lib/python2.6/site-packages/supervisor-3.0a12-py2.6.egg',
'/usr/lib/python2.6/site-packages/meld3-0.6.8-py2.6.egg',
'/usr/lib/python2.6/site-packages/pip-1.2.1-py2.6.egg',
'/usr/lib/python2.6/site-packages/distribute-0.6.30-py2.6.egg',
'/usr/lib/python2.6/site-packages/django_flash-1.8-py2.6.egg',
'/usr/lib/python26.zip',
'/usr/lib/python2.6',
'/usr/lib/python2.6/plat-linux2',
'/usr/lib/python2.6/lib-tk',
'/usr/lib/python2.6/lib-old',
'/usr/lib/python2.6/lib-dynload',
'/usr/lib/python2.6/site-packages',
'/usr/lib/python2.6/site-packages/gtk-2.0',
'/webdata/django-jack/jack/../',
'/webdata/django-jack/jack']
I have tried everything and I can't seem to resolve it. I am knew to the world of python and are finding it difficult to pinpoint where the issues is. Initial log-in works. the database has been created I know the problem is in the beanstalk module. This is line 41 of the exception location
return wrapped_function(_args, *_kwargs).
please help.