Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11064


Ignore:
Timestamp:
Feb 15, 2013, 10:10:46 AM (11 years ago)
Author:
Christian Boos
Comment:

From that line:

 "/var/home/database/trac/os/wiki/plugins/setup.py", line 29, in <module>\n
 install_requires = [ 'Trac >= 0.11' ]

  1. try without that plugin (TracWysiwyg it seems), see if it then works
  2. nevertheless, I think that such a requre "Trac ≥ 0.11" should pass…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11064 – Description

    initial v1  
    22
    33I did:
     4{{{
    45:~# apache2 -v
    56Server version: Apache/2.2.14 (Ubuntu)
     
    910:~#easy_install Trac==1.0.1
    1011:~#easy_install Genshi
    11 
     12}}}
    1213The "500 Internal Server Error":
     14{{{
    1315:~#tail -f /var/log/apache2/ssl_error.log
    1416[Fri Feb 15 08:24:57 2013] [error] mod_python (pid=24880, interpreter='***', phase='PythonHandler', handler='trac.web.modpython_frontend'): Application error
     
    3739[Fri Feb 15 08:24:57 2013] [error]   File "/usr/lib/python2.6/distutils/core.py", line 140, in setup\n    raise SystemExit, gen_usage(dist.script_name) + "\\nerror: %s" % msg
    3840[Fri Feb 15 08:24:57 2013] [error] SystemExit: usage: mod_python [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]\n   or: mod_python --help [cmd1 cmd2 ...]\n   or: mod_python --help-commands\n   or: mod_python cmd --help\n\nerror: no commands supplied
    39 
     41}}}
    4042
    4143So I checked Genshi integration and that alls paths are correct:
     44{{{
    4245Python 2.6.5 (r265:79063, Oct  1 2012, 22:04:36)
    4346[GCC 4.4.3] on linux2
     
    4851['', '/usr/local/lib/python2.6/dist-packages/TracWysiwyg-0.11.0.4-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/TracWikiToPdfPlugin-2.3.1dev-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/Genshi-0.6-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/Trac-1.0.1-py2.6.egg', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', '/usr/lib/pymodules/python2.6', '/usr/lib/pymodules/python2.6/gtk-2.0', '/usr/local/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages']
    4952>>>
    50 
     53}}}
    5154Then I checked that all *.eggs are available:
     55{{{
    5256:~# ls -la /usr/local/lib/python2.6/dist-packages/
    5357total 472
     
    6367drwxr-sr-x 4 root staff   4096 2011-08-25 17:43 TracWysiwyg-0.11.0.3-py2.6.egg
    6468drwxr-sr-x 4 root staff   4096 2012-06-19 12:00 TracWysiwyg-0.11.0.4-py2.6.egg
    65 
     69}}}
    6670I tried to reinstall all the packages:
     71{{{
    6772:~# easy_install Trac
    6873Searching for Trac
     
    8489Processing dependencies for Genshi
    8590Finished processing dependencies for Genshi
    86 
     91}}}