Got around to checking out the new beta today.

After some initial issues caused by old data from previous tests it 
starts going nicely. Running PootleServer and requesting a page 
re-generates the missing database.

Bug #1: refreshing the page while the updating messages are still 
appearing causes two noticeable effects:
  1) a traceback in the pootle output logged.
Traceback (most recent call last):
   File "/usr/lib/python2.5/wsgiref/handlers.py", line 93, in run
     self.finish_response()
   File "/usr/lib/python2.5/wsgiref/handlers.py", line 134, in 
finish_response
     self.write(data)
   File "/usr/lib/python2.5/wsgiref/handlers.py", line 217, in write
     self.send_headers()
   File "/usr/lib/python2.5/wsgiref/handlers.py", line 273, in send_headers
     self.send_preamble()
   File "/usr/lib/python2.5/wsgiref/handlers.py", line 202, in send_preamble
     self._write('Server: %s\r\n' % self.server_software)
   File "/usr/lib/python2.5/socket.py", line 274, in write
     self.flush()
   File "/usr/lib/python2.5/socket.py", line 261, in flush
     self._sock.sendall(buffer)
error: (32, 'Broken pipe')

and the new refreshed version of the page does not continue the nice 
live update. It simply shows the update process to the point of refresh.

This remains until the update is complete and a manual refresh is needed 
again to pull up the home page.


Step Two was to test the import of existing settings and users.

Problem 1:  ./pootle/tools/import_old_prefs.py is not executable.

Problem 2: when made so and run it generates:

PYTHONPATH=$PYTHONPATH:../ ./pootle/tools/import_old_prefs.py
Traceback (most recent call last):
   File "./pootle/tools/import_old_prefs.py", line 15, in <module>
     from pootle_app.models.project import Project
ImportError: No module named pootle_app.models.project



Amos Jeffries

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Translate-pootle mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/translate-pootle

Reply via email to