The ZIP files on TracHacks need to be installed. They are ZIPs of the source code, not prebuilt eggs.
Typically something like: $ unzip iniadminplugin-0.11.zip $ cd iniadmin/0.11 $ python setup.py install On 29/04/2008, José Renato (br) <[EMAIL PROTECTED]> wrote: > > I had checked the logging module and it was enabled. At the log file,i > can't see the IniAdminPlugin. There is a copy oh the file: > > Trac[TEST.db:loader] DEBUG: Loading egg plugin webadmin.logging from c: > \arquivos de programas\phyton24\lib\site-packages > \tracwebadmin-0.1.2dev_r6060-py2.4.egg > Trac[TEST.db:loader] DEBUG: Loading egg plugin webadmin.ticket from c: > \arquivos de programas\phyton24\lib\site-packages > \tracwebadmin-0.1.2dev_r6060-py2.4.egg > Trac[TEST.db:loader] DEBUG: Loading egg plugin webadmin.basics from c: > \arquivos de programas\phyton24\lib\site-packages > \tracwebadmin-0.1.2dev_r6060-py2.4.egg > Trac[TEST.db:loader] DEBUG: Loading egg plugin webadmin.perm from c: > \arquivos de programas\phyton24\lib\site-packages > \tracwebadmin-0.1.2dev_r6060-py2.4.egg > Trac[TEST.db:loader] DEBUG: Loading egg plugin webadmin.web_ui from c: > \arquivos de programas\phyton24\lib\site-packages > \tracwebadmin-0.1.2dev_r6060-py2.4.egg > Trac[TEST.db:loader] DEBUG: Loading egg plugin webadmin.plugin from c: > \arquivos de programas\phyton24\lib\site-packages > \tracwebadmin-0.1.2dev_r6060-py2.4.egg > Trac[TEST.db:report] DEBUG: Executing report with SQL "SELECT id AS > report, title FROM report ORDER BY report" ([]) > Trac[TEST.db:report] DEBUG: Executing report with SQL "SELECT id AS > report, title FROM report ORDER BY report" ([]) > > I had checked the path c:\arquivos de programas\phyton24\lib\site- > packages\, and there was the folder iniadminplugin-0.10.egg. > > > Well, I don't know if it could be resolved if you sent to me an .egg > file of the plugin, because at the Wiki page there is an .zip file > that don't have any folder or info such as egg info. > > > > On 28 abr, 19:34, "Alec Thomas" <[EMAIL PROTECTED]> wrote: > > Please check your trac.log. Ensure you have debug logging enabled and > > *restart your web server* before checking the logs: > > > > http://trac.edgewall.org/wiki/TracLogging > > > > > 2008/4/29 José Renato (br) <[EMAIL PROTECTED]>: > > > > > > > > > > > > > > Hi, > > > > > I have posted a ticket at IniAdminPlugin project, but it was rejected > > > because was a support thing, not a bug. > > > > > I'm sending this email asking for your help to install IniAdminPlugin. > > > > > I have downloaded the zip file from the Wiki Page of IniAdminPlugin, > > > and tried to install using easy_install. Any message errors were sent, > > > but the plugin wasn't available on my trac projects. > > > > > I changed the Ini file of my projects to enable the IniAdminPlugin on > > > the components section, but doesn't work. > > > > > Can anybody help me? > > > > > PS.: The WebAdmin plugin is installed and my Trac version is 0.10.4. > > > > > Thanks for the help and sorry about the terrible english. > > > > -- > > > Evolution: Taking care of those too stupid to take care of themselves. > > > > -- Evolution: Taking care of those too stupid to take care of themselves. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
