Re: [Trac] Trac Perforce plugin

2018-02-19 Thread RjOllos
On Monday, February 19, 2018 at 10:46:15 PM UTC-8, Michela Ledwidge wrote: > > Unfortunately I can't even build this plugin on Debian as it relies on > pyprotocols which has been orphaned for years and not available in Debian 9 > (Stretch) > > Any ideas on ways around this? I haven't used

Re: [Trac] Trac Perforce plugin

2018-02-19 Thread Michela Ledwidge
Unfortunately I can't even build this plugin on Debian as it relies on pyprotocols which has been orphaned for years and not available in Debian 9 (Stretch) Any ideas on ways around this? I haven't used pyprotocols before I was able to install via pip a newer p4python package - but still

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

2018-02-19 Thread RjOllos
Let's start over. Where did you see the error "AttributeError: 'Environment' object has no attribute 'get_db_cnx'"? If you saw it on page while navigating Trac, please send a screen capture. - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users"

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

2018-02-19 Thread davidshum...@gmail.com
Hm. Directory ./log is empty. Is it somewhere else? -Original message- From: Ryan Ollos To: "trac-users@googlegroups.com" Sent: Tue, Feb 20, 2018 05:17:11 GMT+00:00 Subject: Re: [Trac] AttributeError: 'Environment' object has no

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

2018-02-19 Thread Ryan Ollos
From: David S Sent: Monday, February 19, 21:10 Subject: Re: [Trac] AttributeError: 'Environment' object has no attribute 'get_db_cnx' To: Trac Users traceback? Excerpt from log showing error trace. -- You received this message because you are subscribed to the Google Groups "Trac Users"

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

2018-02-19 Thread David S
traceback? On Monday, February 19, 2018 at 11:28:18 PM UTC-5, RjOllos wrote: > > Please share the full traceback associated with the exception. > > Ryan > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop

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

2018-02-19 Thread RjOllos
Please share the full traceback associated with the exception. 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 trac-users+unsubscr...@googlegroups.com. To

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

2018-02-19 Thread Ryan Ollos
From: David S Sent: Monday, February 19, 20:23 Subject: Re: [Trac] AttributeError: 'Environment' object has no attribute 'get_db_cnx' To: Trac Users But yes, multiple uninstalls of TracAccountManager did not prove successful. On Monday, February 19, 2018 at 11:22:36 PM UTC-5, David S wrote:

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

2018-02-19 Thread David S
But yes, multiple uninstalls of TracAccountManager did not prove successful. On Monday, February 19, 2018 at 11:22:36 PM UTC-5, David S wrote: > > Thanks for your quick response! This must be being caused by a different > issue, although the error message is the same. The error is occuring while

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

2018-02-19 Thread David S
Thanks for your quick response! This must be being caused by a different issue, although the error message is the same. The error is occuring while trying to enable the Agilo trac plugin. Maybe it is better to head over to Agilo to fix this? trac-admin

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

2018-02-19 Thread RjOllos
On Monday, February 19, 2018 at 10:18:06 AM UTC-8, David S wrote: > > Tried: > > $ pip uninstall TracAccountManager > $ pip install svn+https://trac-hacks.org/svn/accountmanagerplugin/trunk > > > But no succuss. > Repeat the "uninstall" command until it reports "not installed". It's common to

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

2018-02-19 Thread David S
Tried: $ pip uninstall TracAccountManager $ pip install svn+https://trac-hacks.org/svn/accountmanagerplugin/trunk But no succuss. On Monday, October 9, 2017 at 4:28:48 AM UTC-4, RjOllos wrote: > > > > On Mon, Oct 9, 2017 at 1:22 AM, Mike Dewhirst > wrote: > >> How can