Solaris 10 Update 3 11/06 SPARC

Apache 2.2.3
ClearSilver 0.10.5
docutils 0.4
Genshi 0.4.4
mx Base 3.0
mod_wsgi 1.0
PostgreSQL 8.1.4
psycopg2 2.0.6
Python 2.5.1
setuptools 0.6c7
SilverCity 0.9.7
Subversion 1.4.5
SWIG 1.3.29
Trac 0.10.4

Running trac-admin /usr/local/trac/myproject initenv returns this:

<output>
Creating a new Trac environment at /usr/local/trac/myproject

Project Name [My Project]>

Database connection string [sqlite:db/trac.db]>
postgres://trac:[EMAIL PROTECTED]:5432/trac

Repository type [svn]>

Path to repository [/path/to/repos]> /usr/local/svn

Templates directory [/usr/local/trac/share/trac/templates]>

Creating and Initializing Project
 Installing default wiki pages
 /usr/local/trac/share/trac/wiki-default/CamelCase => CamelCase
Failed to initialize environment. character 0xe2809c of encoding "UTF8" has
no equivalent in "LATIN1"

Traceback (most recent call last):
  File
"/usr/local/python/lib/python2.5/site-packages/trac/scripts/admin.py", line
623, in do_initenv
    self._do_wiki_load(default_dir('wiki'), cursor)
  File
"/usr/local/python/lib/python2.5/site-packages/trac/scripts/admin.py", line
839, in _do_wiki_load
    self._do_wiki_import(filename, page, cursor, create_only)
  File
"/usr/local/python/lib/python2.5/site-packages/trac/scripts/admin.py", line
809, in _do_wiki_import
    cursor, (title, int(time.time()), data, title))
  File
"/usr/local/python/lib/python2.5/site-packages/trac/scripts/admin.py", line
162, in db_update
    cursor.execute(sql, params)
  File "/usr/local/python/lib/python2.5/site-packages/trac/db/util.py", line
50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/local/python/lib/python2.5/site-packages/trac/db/util.py", line
50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
ProgrammingError: character 0xe2809c of encoding "UTF8" has no equivalent in
"LATIN1"
</output>

I tried creating the PostgreSQL database using createdb -E LATIN1 and I get
the same result.

I checked the relevant mailing lists, Google, etc and I'm not finding any
information about this particular error message or a remedy for this.

I'm not sure where to go from here exactly...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to