ran into this error. Anyone familiar with it.

TemplateSyntaxError at /lobby/lobbytype/public-relations/

Caught an exception while rendering: Error binding parameter 0 -
probably unsupported type.

Original Traceback (most recent call last):
  File "C:\Python25\lib\site-packages\django\template\debug.py", line
71, in render_node
    result = node.render(context)
  File "C:\Python25\lib\site-packages\django\template\defaulttags.py",
line 244, in render
    if (value and not ifnot) or (ifnot and not value):
  File "C:\Python25\lib\site-packages\django\db\models\query.py", line
191, in __nonzero__
    iter(self).next()
  File "C:\Python25\lib\site-packages\django\db\models\query.py", line
185, in _result_iter
    self._fill_cache()
  File "C:\Python25\lib\site-packages\django\db\models\query.py", line
618, in _fill_cache
    self._result_cache.append(self._iter.next())
  File "C:\Python25\lib\site-packages\django\db\models\query.py", line
275, in iterator
    for row in self.query.results_iter():
  File "C:\Python25\lib\site-packages\django\db\models\sql\query.py",
line 206, in results_iter
    for rows in self.execute_sql(MULTI):
  File "C:\Python25\lib\site-packages\django\db\models\sql\query.py",
line 1734, in execute_sql
    cursor.execute(sql, params)
  File "C:\Python25\lib\site-packages\django\db\backends\util.py",
line 19, in execute
    return self.cursor.execute(sql, params)
  File "C:\Python25\lib\site-packages\django\db\backends
\sqlite3\base.py", line 168, in execute
    return Database.Cursor.execute(self, query, params)
InterfaceError: Error binding parameter 0 - probably unsupported type.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to