Re: [Trac] AttributeError: 'Environment' object has no attribute 'get_db_cnx'

2018-02-20 Thread David S
Okay, it works now. Just to clarify from previous post, in trac.ini it is "[components]" not "[component]". And adding under "[components]" was still necessary before upgrade processed. Thanks again ;) On Tuesday, February 20, 2018 at 1:32:13 PM UTC-5, David S wrote: > > Ah, okay. Oops, did not

Re: [Trac] AttributeError: 'Environment' object has no attribute 'get_db_cnx'

2018-02-20 Thread David Shumway
Ah, okay. Oops, did not consider a version issue. Thanks. Will start over with a trac version compatible with aglio :) On 02/20/2018 01:25 PM, Ryan Ollos wrote: On Tue, Feb 20, 2018 at 10:16 AM, David S > wrote: Error is occurring on the command line when

Re: [Trac] AttributeError: 'Environment' object has no attribute 'get_db_cnx'

2018-02-20 Thread Ryan Ollos
On Tue, Feb 20, 2018 at 10:16 AM, David S wrote: > Error is occurring on the command line when trying to upgrade the > database, after enabling Agilo plug-in in trac.ini (agilo.* = enabled). > Trac is installed in a virtualenv. After a new project is created, Agilo > installation requires adding

Re: [Trac] AttributeError: 'Environment' object has no attribute 'get_db_cnx'

2018-02-20 Thread David S
Error is occurring on the command line when trying to upgrade the database, after enabling Agilo plug-in in trac.ini (agilo.* = enabled). Trac is installed in a virtualenv. After a new project is created, Agilo installation requires adding to trac.ini. Agilo's docs state only to add "agilo.* =

[Trac] Heading problem with docutils

2018-02-20 Thread Nicolas MARTIN
Hello Trac users, I have downloaded and build docutils for your hosted project, the rst wikiprocessor is working but I face an issue with section headings: my lonely highest section title is recognized as the document title and so the headings structure is not met under Trac as the title use

Re: [Trac] Trac Perforce plugin

2018-02-20 Thread Michela Ledwidge
Updated patch for PyPerforce - requirement for TracPerforce. Working on 1.2.2. Thanks again On Tuesday, 20 February 2018 21:34:05 UTC+11, Michela Ledwidge wrote: > > Got it, just whitelisted my release num. THanks > > > -- You received this message because you are subscribed to the Google Group

Re: [Trac] Trac Perforce plugin

2018-02-20 Thread Michela Ledwidge
Got it, just whitelisted my release num. THanks On Tue, Feb 20, 2018 at 9:32 PM, Michela Ledwidge wrote: > Thanks for that Jun. > > Still getting the same error but that gives me some clues to go on > > (trac-71HgZwjF) michela@seed:/media/sf_projects/trac/src/PyPerforce-0.4$ > patch -p0 < pyperf

Re: [Trac] Trac Perforce plugin

2018-02-20 Thread Michela Ledwidge
Thanks for that Jun. Still getting the same error but that gives me some clues to go on (trac-71HgZwjF) michela@seed:/media/sf_projects/trac/src/PyPerforce-0.4$ patch -p0 < pyperforce.pat ch patching file setup.py patching file src/perforce/api.cpp Hunk #1 succeeded at 43 with fuzz 1 (offset -19

Re: [Trac] Trac Perforce plugin

2018-02-20 Thread Jun Omae
On Tue, Feb 20, 2018 at 5:25 PM, Michela Ledwidge wrote: >> I would create a virtualenv and "pip install" all the dependencies. > > As above, the packages aren't maintained so pip no use unless using custom > urls. > > I imanuall nstalled PyProtocols-0.9.3 from src on the orphaned site. Fails > o

Re: [Trac] Trac Perforce plugin

2018-02-20 Thread Jun Omae
On Tue, Feb 20, 2018 at 5:25 PM, Michela Ledwidge wrote: >> I would create a virtualenv and "pip install" all the dependencies. > > As above, the packages aren't maintained so pip no use unless using custom > urls. > > I imanuall nstalled PyProtocols-0.9.3 from src on the orphaned site. Fails > o

Re: [Trac] Trac Perforce plugin

2018-02-20 Thread Michela Ledwidge
> I would create a virtualenv and "pip install" all the dependencies. As above, the packages aren't maintained so pip no use unless using custom urls. I imanuall nstalled PyProtocols-0.9.3 from src on the orphaned site. Fails one test but does install Trying to install PyPerforce-0.4 it fails w