Hi there,
I tried the same operation than described above (svn co ..., then
setup.py install), and after restarting the Apache Server, I've got
the following message in the log file:

2008-04-12 13:48:37,687 Trac[chrome] DEBUG: Prepare chrome data for
request
2008-04-12 13:48:37,703 Trac[main] ERROR: unknown encoding: /trac/my-
project/register
Traceback (most recent call last):
  File "c:\python25\lib\site-packages\trac\web\main.py", line 419, in
_dispatch_request
    dispatcher.dispatch(req)
  File "c:\python25\lib\site-packages\trac\web\main.py", line 218, in
dispatch
    data, content_type)
  File "c:\Python25\lib\site-packages\trac\web\chrome.py", line 673,
in render_template
    data = self.populate_data(req, data)
  File "c:\Python25\lib\site-packages\trac\web\chrome.py", line 581,
in populate_data
    d['chrome'].update(req.chrome)
  File "c:\Python25\lib\site-packages\trac\web\api.py", line 168, in
__getattr__
    value = self.callbacks[name](self)
  File "c:\Python25\lib\site-packages\trac\web\chrome.py", line 452,
in prepare_request
    for category, name, text in contributor.get_navigation_items(req):
  File "build\bdist.win32\egg\acct_mgr\web_ui.py", line 302, in
get_navigation_items
    (req.href.register()))
LookupError: unknown encoding: /trac/my-project/register


During installation, I only had one warning that seemed not so
significant to me (but I might be wrong) :

running build_ext
**********************************************************************
WARNING:
An optional C extension could not be compiled, speedups will not be
available.
**********************************************************************
creating build\bdist.win32


Does anyone a clue to solve this ?
many thanks

Gabriel


On Apr 10, 4:49 pm, didley <[EMAIL PROTECTED]> wrote:
> > This seemed to work fine to upgrade genshi from 0.4.4 to the current
> > trunk version.
>
> That's what I want to have also. :-))
>
> I will try it with python setup install (and not with python setup
> bdist_egg and copy into site-packages folder).
>
> Thanx
--~--~---------~--~----~------------~-------~--~----~
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