Hi everybody, i just checked pinax from svn. The fallowing error i am
getting when i run pinax with python 2.5.1 with django 1.0 on
WindowsXP SP2.
TemplateSyntaxError at /
Caught an exception while rendering: Non-ASCII character '\xb1' in
file f:\djpj\django-hotclub\external_libs\ybrowserauth\ybrowserauth.py
on line 104, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details (ybrowserauth.py, line 104)
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 373, in render
url = reverse(self.view_name, args=args, kwargs=kwargs)
File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
line 252, in reverse
*args, **kwargs)))
File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
line 226, in reverse
possibilities, pattern = self.reverse_dict.get(lookup_view, [(),
()])
File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
line 160, in _get_reverse_dict
for name, (matches, pat) in pattern.reverse_dict.iteritems():
File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
line 168, in _get_reverse_dict
self._reverse_dict[pattern.callback] = bits, p_pattern
File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
line 129, in _get_callback
self._callback = get_callable(self._callback_str)
File "C:\Python25\Lib\site-packages\django\utils\functional.py",
line 130, in wrapper
result = func(*args)
File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
line 56, in get_callable
lookup_view = getattr(__import__(mod_name, {}, {}, ['']),
func_name)
File "F:\djpj\django-hotclub\core_apps\friends_app\views.py", line
10, in <module>
from friends_app.forms import ImportVCardForm
File "F:\djpj\django-hotclub\core_apps\friends_app\forms.py", line
6, in <module>
from friends.importer import import_vcards
File "F:\djpj\django-hotclub\external_apps\friends\importer.py",
line 6, in <module>
import ybrowserauth
File "f:\djpj\django-hotclub\external_libs\ybrowserauth
\ybrowserauth.py", line 104
SyntaxError: Non-ASCII character '\xb1' in file f:\djpj\django-hotclub
\external_libs\ybrowserauth\ybrowserauth.py on line 104, but no
encoding declared; see http://www.python.org/peps/pep-0263.html for
details (ybrowserauth.py, line 104)
Caught an exception while rendering: Non-ASCII character '\xb1' in
file f:\djpj\django-hotclub\external_libs\ybrowserauth\ybrowserauth.py
on line 104, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details (ybrowserauth.py, line 104)
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 373, in render
url = reverse(self.view_name, args=args, kwargs=kwargs)
File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
line 252, in reverse
*args, **kwargs)))
File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
line 226, in reverse
possibilities, pattern = self.reverse_dict.get(lookup_view, [(),
()])
File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
line 160, in _get_reverse_dict
for name, (matches, pat) in pattern.reverse_dict.iteritems():
File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
line 168, in _get_reverse_dict
self._reverse_dict[pattern.callback] = bits, p_pattern
File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
line 129, in _get_callback
self._callback = get_callable(self._callback_str)
File "C:\Python25\Lib\site-packages\django\utils\functional.py",
line 130, in wrapper
result = func(*args)
File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
line 56, in get_callable
lookup_view = getattr(__import__(mod_name, {}, {}, ['']),
func_name)
File "F:\djpj\django-hotclub\core_apps\friends_app\views.py", line
10, in <module>
from friends_app.forms import ImportVCardForm
File "F:\djpj\django-hotclub\core_apps\friends_app\forms.py", line
6, in <module>
from friends.importer import import_vcards
File "F:\djpj\django-hotclub\external_apps\friends\importer.py",
line 6, in <module>
import ybrowserauth
File "f:\djpj\django-hotclub\external_libs\ybrowserauth
\ybrowserauth.py", line 104
SyntaxError: Non-ASCII character '\xb1' in file f:\djpj\django-hotclub
\external_libs\ybrowserauth\ybrowserauth.py on line 104, but no
encoding declared; see http://www.python.org/peps/pep-0263.html for
details (ybrowserauth.py, line 104)
<sridher.ja...@gmail.com> wrote:
> Hi everybody, i just checked pinax from svn. The fallowing error i am
> getting when i run pinax with python 2.5.1 with django 1.0 on
> WindowsXP SP2.
> TemplateSyntaxError at /
> Caught an exception while rendering: Non-ASCII character '\xb1' in
> file f:\djpj\django-hotclub\external_libs\ybrowserauth\ybrowserauth.py
> on line 104, but no encoding declared; seehttp://www.python.org/peps/pep-0263.html > for details (ybrowserauth.py, line 104)
> 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 373, in render
> url = reverse(self.view_name, args=args, kwargs=kwargs)
> File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> line 252, in reverse
> *args, **kwargs)))
> File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> line 226, in reverse
> possibilities, pattern = self.reverse_dict.get(lookup_view, [(),
> ()])
> File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> line 160, in _get_reverse_dict
> for name, (matches, pat) in pattern.reverse_dict.iteritems():
> File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> line 168, in _get_reverse_dict
> self._reverse_dict[pattern.callback] = bits, p_pattern
> File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> line 129, in _get_callback
> self._callback = get_callable(self._callback_str)
> File "C:\Python25\Lib\site-packages\django\utils\functional.py",
> line 130, in wrapper
> result = func(*args)
> File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> line 56, in get_callable
> lookup_view = getattr(__import__(mod_name, {}, {}, ['']),
> func_name)
> File "F:\djpj\django-hotclub\core_apps\friends_app\views.py", line
> 10, in <module>
> from friends_app.forms import ImportVCardForm
> File "F:\djpj\django-hotclub\core_apps\friends_app\forms.py", line
> 6, in <module>
> from friends.importer import import_vcards
> File "F:\djpj\django-hotclub\external_apps\friends\importer.py",
> line 6, in <module>
> import ybrowserauth
> File "f:\djpj\django-hotclub\external_libs\ybrowserauth
> \ybrowserauth.py", line 104
> SyntaxError: Non-ASCII character '\xb1' in file f:\djpj\django-hotclub
> \external_libs\ybrowserauth\ybrowserauth.py on line 104, but no
> encoding declared; seehttp://www.python.org/peps/pep-0263.htmlfor > details (ybrowserauth.py, line 104)
> Caught an exception while rendering: Non-ASCII character '\xb1' in
> file f:\djpj\django-hotclub\external_libs\ybrowserauth\ybrowserauth.py
> on line 104, but no encoding declared; seehttp://www.python.org/peps/pep-0263.html > for details (ybrowserauth.py, line 104)
> 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 373, in render
> url = reverse(self.view_name, args=args, kwargs=kwargs)
> File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> line 252, in reverse
> *args, **kwargs)))
> File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> line 226, in reverse
> possibilities, pattern = self.reverse_dict.get(lookup_view, [(),
> ()])
> File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> line 160, in _get_reverse_dict
> for name, (matches, pat) in pattern.reverse_dict.iteritems():
> File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> line 168, in _get_reverse_dict
> self._reverse_dict[pattern.callback] = bits, p_pattern
> File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> line 129, in _get_callback
> self._callback = get_callable(self._callback_str)
> File "C:\Python25\Lib\site-packages\django\utils\functional.py",
> line 130, in wrapper
> result = func(*args)
> File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> line 56, in get_callable
> lookup_view = getattr(__import__(mod_name, {}, {}, ['']),
> func_name)
> File "F:\djpj\django-hotclub\core_apps\friends_app\views.py", line
> 10, in <module>
> from friends_app.forms import ImportVCardForm
> File "F:\djpj\django-hotclub\core_apps\friends_app\forms.py", line
> 6, in <module>
> from friends.importer import import_vcards
> File "F:\djpj\django-hotclub\external_apps\friends\importer.py",
> line 6, in <module>
> import ybrowserauth
> File "f:\djpj\django-hotclub\external_libs\ybrowserauth
> \ybrowserauth.py", line 104
> SyntaxError: Non-ASCII character '\xb1' in file f:\djpj\django-hotclub
> \external_libs\ybrowserauth\ybrowserauth.py on line 104, but no
> encoding declared; seehttp://www.python.org/peps/pep-0263.htmlfor > details (ybrowserauth.py, line 104)
> <sridher.ja...@gmail.com> wrote:
> > Hi everybody, i just checked pinax from svn. The fallowing error i am
> > getting when i run pinax with python 2.5.1 with django 1.0 on
> > WindowsXP SP2.
> > TemplateSyntaxError at /
> > Caught an exception while rendering: Non-ASCII character '\xb1' in
> > file f:\djpj\django-hotclub\external_libs\ybrowserauth\ybrowserauth.py
> > on line 104, but no encoding declared; seehttp://www.python.org/peps/pep-0263.html > > for details (ybrowserauth.py, line 104)
> > 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 373, in render
> > url = reverse(self.view_name, args=args, kwargs=kwargs)
> > File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> > line 252, in reverse
> > *args, **kwargs)))
> > File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> > line 226, in reverse
> > possibilities, pattern = self.reverse_dict.get(lookup_view, [(),
> > ()])
> > File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> > line 160, in _get_reverse_dict
> > for name, (matches, pat) in pattern.reverse_dict.iteritems():
> > File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> > line 168, in _get_reverse_dict
> > self._reverse_dict[pattern.callback] = bits, p_pattern
> > File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> > line 129, in _get_callback
> > self._callback = get_callable(self._callback_str)
> > File "C:\Python25\Lib\site-packages\django\utils\functional.py",
> > line 130, in wrapper
> > result = func(*args)
> > File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> > line 56, in get_callable
> > lookup_view = getattr(__import__(mod_name, {}, {}, ['']),
> > func_name)
> > File "F:\djpj\django-hotclub\core_apps\friends_app\views.py", line
> > 10, in <module>
> > from friends_app.forms import ImportVCardForm
> > File "F:\djpj\django-hotclub\core_apps\friends_app\forms.py", line
> > 6, in <module>
> > from friends.importer import import_vcards
> > File "F:\djpj\django-hotclub\external_apps\friends\importer.py",
> > line 6, in <module>
> > import ybrowserauth
> > File "f:\djpj\django-hotclub\external_libs\ybrowserauth
> > \ybrowserauth.py", line 104
> > SyntaxError: Non-ASCII character '\xb1' in file f:\djpj\django-hotclub
> > \external_libs\ybrowserauth\ybrowserauth.py on line 104, but no
> > encoding declared; seehttp://www.python.org/peps/pep-0263.htmlfor > > details (ybrowserauth.py, line 104)
> > Caught an exception while rendering: Non-ASCII character '\xb1' in
> > file f:\djpj\django-hotclub\external_libs\ybrowserauth\ybrowserauth.py
> > on line 104, but no encoding declared; seehttp://www.python.org/peps/pep-0263.html > > for details (ybrowserauth.py, line 104)
> > 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 373, in render
> > url = reverse(self.view_name, args=args, kwargs=kwargs)
> > File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> > line 252, in reverse
> > *args, **kwargs)))
> > File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> > line 226, in reverse
> > possibilities, pattern = self.reverse_dict.get(lookup_view, [(),
> > ()])
> > File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> > line 160, in _get_reverse_dict
> > for name, (matches, pat) in pattern.reverse_dict.iteritems():
> > File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> > line 168, in _get_reverse_dict
> > self._reverse_dict[pattern.callback] = bits, p_pattern
> > File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> > line 129, in _get_callback
> > self._callback = get_callable(self._callback_str)
> > File "C:\Python25\Lib\site-packages\django\utils\functional.py",
> > line 130, in wrapper
> > result = func(*args)
> > File "C:\Python25\Lib\site-packages\django\core\urlresolvers.py",
> > line 56, in get_callable
> > lookup_view = getattr(__import__(mod_name, {}, {}, ['']),
> > func_name)
> > File "F:\djpj\django-hotclub\core_apps\friends_app\views.py", line
> > 10, in <module>
> > from friends_app.forms import ImportVCardForm
> > File "F:\djpj\django-hotclub\core_apps\friends_app\forms.py", line
> > 6, in <module>
> > from friends.importer import import_vcards
> > File "F:\djpj\django-hotclub\external_apps\friends\importer.py",
> > line 6, in <module>
> > import ybrowserauth
> > File "f:\djpj\django-hotclub\external_libs\ybrowserauth
> > \ybrowserauth.py", line 104
> > SyntaxError: Non-ASCII character '\xb1' in file f:\djpj\django-hotclub
> > \external_libs\ybrowserauth\ybrowserauth.py on line 104, but no
> > encoding declared; seehttp://www.python.org/peps/pep-0263.htmlfor > > details (ybrowserauth.py, line 104)
TemplateSyntaxError at /
Caught an exception while rendering: Reverse for
'complete_project.home' with arguments '()' and keyword arguments '{}'
not found.
This is with a fresh checkout of django-hotclub with no
modifications. I was getting it with a custom project as well, but I
did a fresh checkout of the code to make sure it wasn't something I
had done.
> TemplateSyntaxError at /
> Caught an exception while rendering: Reverse for
> 'complete_project.home' with arguments '()' and keyword arguments '{}'
> not found.
> This is with a fresh checkout of django-hotclub with no
> modifications. I was getting it with a custom project as well, but I
> did a fresh checkout of the code to make sure it wasn't something I
> had done.
On Sat, Oct 4, 2008 at 8:16 PM, Alex_Gaynor <alex.gay...@gmail.com> wrote:
> This was an issue caused by a check in earlier today, if you svn up > again it should be fixed.
> On Oct 4, 6:12 pm, Trey Piepmeier <tpiepme...@gmail.com> wrote: >> I'm getting:
>> TemplateSyntaxError at / >> Caught an exception while rendering: Reverse for >> 'complete_project.home' with arguments '()' and keyword arguments '{}' >> not found.
>> This is with a fresh checkout of django-hotclub with no >> modifications. I was getting it with a custom project as well, but I >> did a fresh checkout of the code to make sure it wasn't something I >> had done.
Afer svn update on oct 22 the old error not comming but it is
producing Trey error
TemplateSyntaxError at /
Caught an exception while rendering: Reverse for
'complete_project.home' with arguments '()' and keyword arguments '{}'
not found.
On Oct 6, 2:31 am, "Trey Piepmeier" <tpiepme...@gmail.com> wrote:
> On Sat, Oct 4, 2008 at 8:16 PM, Alex_Gaynor <alex.gay...@gmail.com> wrote:
> > This was an issue caused by a check in earlier today, if you svn up
> > again it should be fixed.
> > On Oct 4, 6:12 pm, Trey Piepmeier <tpiepme...@gmail.com> wrote:
> >> I'm getting:
> >> TemplateSyntaxError at /
> >> Caught an exception while rendering: Reverse for
> >> 'complete_project.home' with arguments '()' and keyword arguments '{}'
> >> not found.
> >> This is with a fresh checkout of django-hotclub with no
> >> modifications. I was getting it with a custom project as well, but I
> >> did a fresh checkout of the code to make sure it wasn't something I
> >> had done.
> Afer svn update on oct 22 the old error not comming but it is
> producing Trey error
> TemplateSyntaxErrorat /
> Caught an exception while rendering: Reverse for
> 'complete_project.home' with arguments '()' and keyword arguments '{}'
> not found.
> On Oct 6, 2:31 am, "Trey Piepmeier" <tpiepme...@gmail.com> wrote:
> > Yup, it's working now. Thanks.
> > On Sat, Oct 4, 2008 at 8:16 PM, Alex_Gaynor <alex.gay...@gmail.com> wrote:
> > > This was an issue caused by a check in earlier today, if you svn up
> > > again it should be fixed.
> > > On Oct 4, 6:12 pm, Trey Piepmeier <tpiepme...@gmail.com> wrote:
> > >> I'm getting:
> > >>TemplateSyntaxErrorat /
> > >> Caught an exception while rendering: Reverse for
> > >> 'complete_project.home' with arguments '()' and keyword arguments '{}'
> > >> not found.
> > >> This is with a fresh checkout of django-hotclub with no
> > >> modifications. I was getting it with a custom project as well, but I
> > >> did a fresh checkout of the code to make sure it wasn't something I
> > >> had done.
> > Afer svn update on oct 22 the old error not comming but it is
> > producing Trey error
> > TemplateSyntaxErrorat /
> > Caught an exception while rendering: Reverse for
> > 'complete_project.home' with arguments '()' and keyword arguments '{}'
> > not found.
> > On Oct 6, 2:31 am, "Trey Piepmeier" <tpiepme...@gmail.com> wrote:
> > > Yup, it's working now. Thanks.
> > > On Sat, Oct 4, 2008 at 8:16 PM, Alex_Gaynor <alex.gay...@gmail.com> wrote:
> > > > This was an issue caused by a check in earlier today, if you svn up
> > > > again it should be fixed.
> > > > On Oct 4, 6:12 pm, Trey Piepmeier <tpiepme...@gmail.com> wrote:
> > > >> I'm getting:
> > > >>TemplateSyntaxErrorat /
> > > >> Caught an exception while rendering: Reverse for
> > > >> 'complete_project.home' with arguments '()' and keyword arguments '{}'
> > > >> not found.
> > > >> This is with a fresh checkout of django-hotclub with no
> > > >> modifications. I was getting it with a custom project as well, but I
> > > >> did a fresh checkout of the code to make sure it wasn't something I
> > > >> had done.