Opened 15 years ago
Closed 14 years ago
#6445 closed defect (worksforme)
installation issue with Trac 0.11.5 - Python-2.4 on linux
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | high | Component: | TracHoursPlugin |
Severity: | normal | Keywords: | installation 0.11.5 |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
Hi,
I've been able to install the required plugins "ComponentDependencyPlugin" and "TicketSidebarProviderPlugin" but the .egg file for the TracHours doesn't seem to install at all. I don't see any errors in my <env>/log/track.log nor do I see any indication of faulty egg file created when I run "python setup bdist_egg" to create the egg file.
I had to manually add "trachours.* = enabled" to my [components] whereas componentdependencies and ticketsidebarprovider were added automatically when I dropped in the egg file to plugins.
Still the TracHours doesn't seem to install and I can't figure out why. Any ideas ?
[components] componentdependencies.* = enabled ticketsidebarprovider.* = enabled trachours.* = enabled
Python 2.4.3 (#1, Sep 27 2006, 05:32:54) [GCC 3.4.6 20060404 (Red Hat 3.4.6-3)] on linux2
Attachments (1)
Change History (8)
Changed 15 years ago by
Attachment: | 2010-01-18_1403.png added |
---|
comment:1 Changed 15 years ago by
comment:2 follow-up: 3 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Its probably easier for you to install from the update site: http://trac-hacks.org/svn/eclipsetracplugin/eclipse/update/
If you want to install from the zip archive, you do so from the the Help > Software Updates dialog.
Please reopen if you have unresolved issues.
comment:3 Changed 15 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Whoops, posted to wrong ticket. Sorry.
comment:4 Changed 15 years ago by
Priority: | normal → high |
---|
Having this same issue, unable to install in 0.11.5.
comment:5 Changed 14 years ago by
Keywords: | installation added; instllation removed |
---|
comment:6 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Jeff Hammel to Ryan J Ollos |
Status: | reopened → new |
I believe this is fixed now, and easy_install will handle all of the dependencies. I have installed and tested both 0.11 and 0.12.
Please reopen if you continue to have issues.
comment:7 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I have the same problem, with python 2.6, on ubuntu 9.10.
I tried running easy_install FeedParser and easy_install Python-DateUtil as per the instructions here (http://www.mail-archive.com/trac-users@googlegroups.com/msg13671.html), no change.