Hi everybody,

First of all, I'm very excited with the upcoming new version of Pootle
which looks like a big step forward.

Today I tried to experiment with the new 1.3 version of Pootle
(downloaded and installed translate-toolkit and Pootle from SVN trunk,
and installed the latest Django). The first page of Pootle loads just
fine, but when I click on almost any link, I get the following
exception:

=====================================================
Traceback (most recent call last):

  File "C:\Python25\lib\site-packages\django\core\servers\basehttp.py", line 
278, in run
    self.result = application(self.environ, self.start_response)

  File "C:\Python25\lib\site-packages\django\core\servers\basehttp.py", line 
635, in __call__
    return self.application(environ, start_response)

  File "C:\Python25\lib\site-packages\django\core\handlers\wsgi.py", line 239, 
in __call__
    response = self.get_response(request)

  File "C:\Python25\lib\site-packages\django\core\handlers\base.py", line 128, 
in get_response
    return self.handle_uncaught_exception(request, resolver, exc_info)

  File "C:\Python25\lib\site-packages\django\core\handlers\base.py", line 147, 
in handle_uncaught_exception
    from django.views import debug

ImportError: cannot import name debug
=====================================================

Django (1.0.2 final) was installed without any errors or warnings, and
the file C:\Python25\Lib\site-packages\django\views\debug.py is there.

When I go to /admin/ page, the traceback is:

=====================================================
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\debug.py", line 87, in 
render
    output = force_unicode(self.filter_expression.resolve(context))
  File "C:\Python25\lib\site-packages\django\template\__init__.py", line 559, 
in resolve
    new_obj = func(obj, *arg_vals)
  File "C:\Python25\lib\site-packages\django\template\defaultfilters.py", line 
663, in date
    from django.utils.dateformat import format
ImportError: No module named dateformat
=====================================================

I also tried the 1.1 beta version of Django, and got the same results.

Is that a misconfig in Django or in Pootle? Any help is much
appreciated.


Best regards,

Igor



------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Translate-pootle mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/translate-pootle

Reply via email to