Pinax failing (tagging) with Django Beta 2

5 views
Skip to first unread message

Allan

unread,
Aug 27, 2008, 6:02:53 PM8/27/08
to django-hotclub
[allan@petrof pinax]$ [wd
-bash: [wd: command not found
[allan@petrof pinax]$ cd ../..
[allan@petrof proj]$ svn info hotclub
Path: hotclub
URL: http://django-hotclub.googlecode.com/svn/trunk
Repository Root: http://django-hotclub.googlecode.com/svn
Repository UUID: 4a6c792d-8048-0410-a9d2-3b35ac36266e
Revision: 805
Node Kind: directory
Schedule: normal
Last Changed Author: jtauber
Last Changed Rev: 805
Last Changed Date: 2008-08-25 10:55:21 -0400 (Mon, 25 Aug 2008)

[allan@petrof proj]$ python
Python 2.4.3 (#1, May 24 2008, 13:47:28)
[GCC 4.1.2 20070626 (Red Hat 4.1.2-14)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>> django.VERSION
(1, 0, 'beta_2')

[allan@petrof proj]$ cd hotclub/pinax
[allan@petrof pinax]$ python manage.py shell
/home/allan/src/django/proj/hotclub/site-packages/pytz-2008b/pytz/
__init__.py:29: UserWarning: Module docutils was already imported
from /home/allan/src/django/proj/hotclub/site-packages/docutils-0.4/
docutils/__init__.pyc, but /usr/lib/python2.4/site-packages/
docutils-0.5-py2.4.egg is being added to sys.path
from pkg_resources import resource_stream
/home/allan/src/django/proj/hotclub/site-packages/pytz-2008b/pytz/
__init__.py:29: UserWarning: Module roman was already imported from /
home/allan/src/django/proj/hotclub/site-packages/docutils-0.4/
roman.pyc, but /usr/lib/python2.4/site-packages/docutils-0.5-py2.4.egg
is being added to sys.path
from pkg_resources import resource_stream
Traceback (most recent call last):
File "manage.py", line 17, in ?
execute_manager(settings)
File "/usr/lib/python2.4/site-packages/django/core/management/
__init__.py", line 334, in execute_manager
utility.execute()
File "/usr/lib/python2.4/site-packages/django/core/management/
__init__.py", line 295, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/python2.4/site-packages/django/core/management/
base.py", line 77, in run_from_argv
self.execute(*args, **options.__dict__)
File "/usr/lib/python2.4/site-packages/django/core/management/
base.py", line 87, in execute
translation.activate('en-us')
File "/usr/lib/python2.4/site-packages/django/utils/translation/
__init__.py", line 73, in activate
return real_activate(language)
File "/usr/lib/python2.4/site-packages/django/utils/translation/
__init__.py", line 43, in delayed_loader
return g['real_%s' % caller](*args, **kwargs)
File "/usr/lib/python2.4/site-packages/django/utils/translation/
trans_real.py", line 209, in activate
_active[currentThread()] = translation(language)
File "/usr/lib/python2.4/site-packages/django/utils/translation/
trans_real.py", line 198, in translation
default_translation = _fetch(settings.LANGUAGE_CODE)
File "/usr/lib/python2.4/site-packages/django/utils/translation/
trans_real.py", line 183, in _fetch
app = __import__(appname, {}, {}, [])
File "/home/allan/src/django/proj/hotclub/apps/tagging/__init__.py",
line 3, in ?
from tagging.managers import ModelTaggedItemManager, TagDescriptor
File "/home/allan/src/django/proj/hotclub/apps/tagging/managers.py",
line 8, in ?
from tagging.models import Tag, TaggedItem
File "/home/allan/src/django/proj/hotclub/apps/tagging/models.py",
line 462, in ?
class Tag(models.Model):
File "/home/allan/src/django/proj/hotclub/apps/tagging/models.py",
line 466, in Tag
name = models.CharField(_('name'), max_length=50, unique=True,
db_index=True, validator_list=[isTag])
TypeError: __init__() got an unexpected keyword argument
'validator_list'

Ariel Mauricio Nunez Gomez

unread,
Aug 27, 2008, 6:06:45 PM8/27/08
to django-...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages