Opened 14 years ago

Last modified 13 years ago

#6445 closed defect

installation issue with Trac 0.11.5 - Python-2.4 on linux — at Version 6

Reported by: jlukar@… 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 Ryan J Ollos)

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

Change History (7)

Changed 14 years ago by jlukar@…

Attachment: 2010-01-18_1403.png added

comment:1 Changed 14 years ago by patena@…

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.

comment:2 Changed 14 years ago by Ryan J Ollos

Resolution: worksforme
Status: newclosed

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 in reply to:  2 Changed 14 years ago by Ryan J Ollos

Resolution: worksforme
Status: closedreopened

Whoops, posted to wrong ticket. Sorry.

comment:4 Changed 14 years ago by slatem@…

Priority: normalhigh

Having this same issue, unable to install in 0.11.5.

comment:5 Changed 14 years ago by Adrian Fritz

Keywords: installation added; instllation removed

comment:6 Changed 13 years ago by Ryan J Ollos

Description: modified (diff)
Owner: changed from Jeff Hammel to Ryan J Ollos
Status: reopenednew

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.

Note: See TracTickets for help on using tickets.