hi, after installation the menu is not visible....
xlrd-0.6.1 # python setup.py install
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/xlrd
copying xlrd/compdoc.py -> build/lib/xlrd
copying xlrd/timemachine.py -> build/lib/xlrd
copying xlrd/licences.py -> build/lib/xlrd
copying xlrd/formatting.py -> build/lib/xlrd
copying xlrd/formula.py -> build/lib/xlrd
copying xlrd/init.py -> build/lib/xlrd
copying xlrd/biffh.py -> build/lib/xlrd
copying xlrd/xldate.py -> build/lib/xlrd
copying xlrd/sheet.py -> build/lib/xlrd
creating build/lib/xlrd/doc
copying xlrd/doc/HISTORY.html -> build/lib/xlrd/doc
copying xlrd/doc/compdoc.html -> build/lib/xlrd/doc
copying xlrd/doc/README.html -> build/lib/xlrd/doc
copying xlrd/doc/xlrd.html -> build/lib/xlrd/doc
creating build/lib/xlrd/examples
copying xlrd/examples/namesdemo.xls -> build/lib/xlrd/examples
copying xlrd/examples/xlrdnameAPIdemo.py -> build/lib/xlrd/examples
running build_scripts
creating build/scripts-2.4
copying scripts/runxlrd.py -> build/scripts-2.4
changing mode of build/scripts-2.4/runxlrd.py from 640 to 755
running install_lib
creating /usr/local/lib/python2.4/site-packages/xlrd
creating /usr/local/lib/python2.4/site-packages/xlrd/doc
copying build/lib/xlrd/doc/HISTORY.html -> /usr/local/lib/python2.4/site-packages/xlrd/doc
copying build/lib/xlrd/doc/compdoc.html -> /usr/local/lib/python2.4/site-packages/xlrd/doc
copying build/lib/xlrd/doc/README.html -> /usr/local/lib/python2.4/site-packages/xlrd/doc
copying build/lib/xlrd/doc/xlrd.html -> /usr/local/lib/python2.4/site-packages/xlrd/doc
copying build/lib/xlrd/compdoc.py -> /usr/local/lib/python2.4/site-packages/xlrd
copying build/lib/xlrd/timemachine.py -> /usr/local/lib/python2.4/site-packages/xlrd
copying build/lib/xlrd/licences.py -> /usr/local/lib/python2.4/site-packages/xlrd
creating /usr/local/lib/python2.4/site-packages/xlrd/examples
copying build/lib/xlrd/examples/namesdemo.xls -> /usr/local/lib/python2.4/site-packages/xlrd/examples
copying build/lib/xlrd/examples/xlrdnameAPIdemo.py -> /usr/local/lib/python2.4/site-packages/xlrd/examples
copying build/lib/xlrd/formatting.py -> /usr/local/lib/python2.4/site-packages/xlrd
copying build/lib/xlrd/formula.py -> /usr/local/lib/python2.4/site-packages/xlrd
copying build/lib/xlrd/init.py -> /usr/local/lib/python2.4/site-packages/xlrd
copying build/lib/xlrd/biffh.py -> /usr/local/lib/python2.4/site-packages/xlrd
copying build/lib/xlrd/xldate.py -> /usr/local/lib/python2.4/site-packages/xlrd
copying build/lib/xlrd/sheet.py -> /usr/local/lib/python2.4/site-packages/xlrd
byte-compiling /usr/local/lib/python2.4/site-packages/xlrd/compdoc.py to compdoc.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/xlrd/timemachine.py to timemachine.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/xlrd/licences.py to licences.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/xlrd/examples/xlrdnameAPIdemo.py to xlrdnameAPIdemo.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/xlrd/formatting.py to formatting.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/xlrd/formula.py to formula.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/xlrd/init.py to init.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/xlrd/biffh.py to biffh.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/xlrd/xldate.py to xldate.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/xlrd/sheet.py to sheet.pyc
running install_scripts
copying build/scripts-2.4/runxlrd.py -> /usr/local/bin
changing mode of /usr/local/bin/runxlrd.py to 755
easy_install TicketImport?-0.6-py2.4.egg
Processing TicketImport?-0.6-py2.4.egg
Copying TicketImport?-0.6-py2.4.egg to /usr/local/lib/python2.4/site-packages
Adding TicketImport? 0.6 to easy-install.pth file
Installed /usr/local/lib/python2.4/site-packages/TicketImport-0.6-py2.4.egg
Processing dependencies for TicketImport?==0.6
edit trac.ini
[components]
ticketimport.* = enabled
Restar apache server
after restart the apache server the menu import is not shown
What is missing?