On Wed, Sep 5, 2018 at 1:00 PM Michael Beaumont <[email protected]> wrote:
> Hi, > > The issue noted in ticket https://trac.edgewall.org/ticket/13068 is > greatly impacting required reporting for my project. > > I see there is a patch for the query.py file noted here: > https://trac.edgewall.org/changeset/26786c23f/jomae.git > > Is there a way to apply this patch without waiting for a new Trac release? > > Can i just edit the file here C:\Python27\Lib\site-packages\trac and > restart Trac? Or do i have to issue some python command to recompile trac? > > Thanks, > Michael > I would do the following: 1. Download the source for your Trac release and apply the patch 2. Stop tracd or your web server 3. Uninstall Trac > C:\Python27\Scripts\pip.exe uninstall Trac 4. Navigate to the src directory > C:\Python27\python.exe setup.py bdist_wheel > C:\Python27\Scripts\pip.exe install dist\*.whl Or roll back to the previous Trac release. We should have a new release shortly. - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
