The obvious:
Do you have Genshi installed?
--
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Think carefully of what you ask for, because you just may get it...
You wrote 11 июля 2008 г., 15:47:26:
> The obvious:
> Do you have Genshi installed?
Or may be genshi package not in the PYTHON-PATH?
Do you read
http://trac.edgewall.org/wiki/TracModPython#SettingthePythonPath
?
--
Regards,
Victor Safronovich
$ python
>>> import genshi
>>>
>Where do i get my python path ?
$ python
>>> import sys
>>> sys.path
--
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Love conquers all...
OK, i tried you ideas...
An then i get this
messages:
Hope, you can help
;-)
-----Ursprüngliche Nachricht-----
Von:
gen...@googlegroups.com [mailto:gen...@googlegroups.com] Im
Auftrag von Jeroen Ruigrok van der Werven
Gesendet: Freitag, 11. Juli 2008
12:33
An: gen...@googlegroups.com
Betreff: Re: Mod_python error:
"PythonHandler trac.web.modpython_frontend"
--~--~---------~--~----~------------~-------~--~----~
You
received this message because you are subscribed to the Google Groups "Genshi"
group.
To post to this group, send email to gen...@googlegroups.com To
unsubscribe from this group, send email to
genshi-un...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/genshi?hl=en
-~----------~----~----~----~------~----~------~--~---
Sorry, my mail agent is on a text only shell box, so I cannot see any
screenshots.
Also, I wonder, what's wrong with a simple copy/paste of the output in
question?
--
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
The reverse side also has a reverse side...
You wrote 11 июля 2008 г., 17:14:14:
input "sys.path" not "sys.patch"
Do you have many python installations on the system?
May be you install trac to one place, but genshi to another?
--
Regards,
Victor Safronovich
You wrote 11 июля 2008 г., 17:30:24:
> NO, i only have Python 2.4
python2.4 could be installed in many places.
> When i write:
> $ python
>>>> sys.path
> Traceback (most recent call last):
> File "<stdin>", line 2, in ?
> NameError: name 'sys' is not defined
you forgot to import sys module
--
Regards,
Victor Safronovich
You wrote 11 июля 2008 г., 17:38:23:
> Ok, how can i import the sys module ?
#python
>>>import sys
>>>sys.path
also send output of the
#find / -iname trac-0.*
#find / -iname genshi-0.*
commands.
--
Regards,
Victor Safronovich
You wrote 11 июля 2008 г., 18:11:28:
> /usr/lib/python2.4/site-packages/Genshi-0.5-py2.4-linux-i686.egg
> (Comment: i extractet this .egg file, so ist a directory!)
Are you sure you extracted to Genshi-0.5-py2.4-linux-i686.egg folder,
some extractors removed .egg extension?
Do you see genshi package in the
/usr/lib/python2.4/site-packages/Genshi-0.5-py2.4-linux-i686.egg
folder? (package means folder
/usr/lib/python2.4/site-packages/Genshi-0.5-py2.4-linux-i686.egg/genshi
and
/usr/lib/python2.4/site-packages/Genshi-0.5-py2.4-linux-i686.egg/genshi/__init__.py
file)
please send output of the
#cat /usr/lib/python2.4/site-packages/easy-install.pth
--
Regards,
Victor Safronovich
> Hello, you wrote:
You uncorrectly extracted egg.
in the directory Genshi-0.5-py2.4-linux-i686.egg
must be 2 folders 'EGG-INFO' and 'genshi'.
I think you extracted inner folder 'genshi' from archive to
/[skip]/site-packages/Genshi-0.5-py2.4-linux-i686.egg
--
Regards,
Victor Safronovich
You wrote 11 июля 2008 г., 19:07:31:
> So, can you tell me, what i schould do now ?
remove broken egg and run the follow command
#easy_install -Z Genshi
this will extracted egg for you automaticly.
--
Regards,
Victor Safronovich
> Mod_python error: "PythonHandler trac.web.modpython_frontend"
I think this problem related to the Trac project.
Please, create ticket in the
http://trac.edgewall.org/newticket
--
Regards,
Victor Safronovich
Please don't. Email the Trac list, I am sure this problem is as simple as
the wrong directory being specified to where a Trac environment should be.
--
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Into each life some rain must fall, some days must be dark and dreary...