Hello,

I'm using Centos and Python 2.4 and have installed all of the software here: 
http://translate.sourceforge.net/wiki/pootle/installation_1.3beta

I had a Pootle 1.2.1 server running so it was just a matter of adding
Django, wsgiref and the beta Pootle 1.3 snapshot. I also added a path in
PYTHONPATH to Pootle and translate (/usr/lib/python2.4/site-packages/).

When I type "PootleServer" this is the error message I get:
Python-Levenshtein not found. Continuing with built-in (slower) fuzzy
matching.
Traceback (most recent call last):
  File "/usr/bin/PootleServer", line 25, in ?
    pootle.main()
  File "/usr/lib/python2.4/site-packages/Pootle/pootle.py", line 245, in
main
    init_globals()
  File "/usr/lib/python2.4/site-packages/Pootle/pootle.py", line 231, in
init_globals
    pan_app._po_tree = potree.POTree()
  File "/usr/lib/python2.4/site-packages/Pootle/potree.py", line 55, in
__init__
    if not Language.objects.has_templates_project():
  File "/usr/lib/python2.4/site-packages/Pootle/pootle_app/core.py", line
107, in has_templates_project
    return super(LanguageManager,
self).get_query_set().filter(code='templates').count() > 0
  File "/usr/lib/python2.4/site-packages/django/db/models/query.py", line
296, in count
    return self.query.get_count()
  File "/usr/lib/python2.4/site-packages/django/db/models/sql/query.py",
line 237, in get_count
    data = obj.execute_sql(SINGLE)
  File "/usr/lib/python2.4/site-packages/django/db/models/sql/query.py",
line 1734, in execute_sql
    cursor.execute(sql, params)
  File "/usr/lib/python2.4/site-packages/django/db/backends/util.py", line
19, in execute
    return self.cursor.execute(sql, params)
  File
"/usr/lib/python2.4/site-packages/django/db/backends/sqlite3/base.py", line
168, in execute
    return Database.Cursor.execute(self, query, params)
pysqlite2.dbapi2.OperationalError: no such table: pootle_app_language

Any thoughts?

Thanks!
Joff

-- 
View this message in context: 
http://www.nabble.com/Porblem-Installing-Pootle-1.3beta-tp22547000p22547000.html
Sent from the translate-pootle list mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Translate-pootle mailing list
Translate-pootle@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/translate-pootle

Reply via email to