Trying to install ''track'' and I am using postgres. Apparently I need a connector for python to postgres named pyPgSQL does anyone know where I might find such a beast? Craig
Craig White wrote:> Trying to install ''track'' and I am using postgres. Apparently I need a > connector for python to postgres named pyPgSQL > > does anyone know where I might find such a beast? > >Just a guess, http://pypgsql.sourceforge.net ?
On Wed, 2006-03-22 at 17:10 -0800, Keith Morse wrote:> Craig White wrote: > > Trying to install ''track'' and I am using postgres. Apparently I need a > > connector for python to postgres named pyPgSQL > > > > does anyone know where I might find such a beast? > > > > > > > Just a guess, http://pypgsql.sourceforge.net ? > _______________________________________________yeah - that was great - thanks Craig
On Wed, 22 Mar 2006, Craig White wrote:> Trying to install ''track'' and I am using postgres. Apparently I need > a connector for python to postgres named pyPgSQL > > does anyone know where I might find such a beast?Heh, I''m in the final stages of editing a Trac/CentOS HOWTO, including SELinux considerations. It should be online in a day or two. For Python packages, a great starting place is PyVault: http://www.python.org/pyvault/ -- Paul Heinlein <> heinlein@madboa.com <> www.madboa.com
On Wed, 2006-03-22 at 19:27 -0800, Paul Heinlein wrote:> On Wed, 22 Mar 2006, Craig White wrote: > > > Trying to install ''track'' and I am using postgres. Apparently I need > > a connector for python to postgres named pyPgSQL > > > > does anyone know where I might find such a beast? > > Heh, I''m in the final stages of editing a Trac/CentOS HOWTO, including > SELinux considerations. It should be online in a day or two. > > For Python packages, a great starting place is PyVault: > > http://www.python.org/pyvault/---- awesome - I got it installed and it''s running and I suppose I have to figure out the authentication...I really would rather use mod_authz_ldap and I probably have to go through trac-admin some but it is running and it was pretty easy and looks very cool. Now - we should probably try to figure out why Rex can''t build kdesvn on CentOS/RHEL 4 ;-) Craig
On Wed, 22 Mar 2006, Paul Heinlein wrote:> On Wed, 22 Mar 2006, Craig White wrote: > >> Trying to install ''track'' and I am using postgres. Apparently I >> need a connector for python to postgres named pyPgSQL >> >> does anyone know where I might find such a beast? > > Heh, I''m in the final stages of editing a Trac/CentOS HOWTO, > including SELinux considerations. It should be online in a day or > two.OK, here it is: http://www.madboa.com/geek/trac-centos/ -- Paul Heinlein <> heinlein@madboa.com <> www.madboa.com
On Thu, 2006-03-23 at 10:38 -0800, Paul Heinlein wrote:> On Wed, 22 Mar 2006, Paul Heinlein wrote: > > > On Wed, 22 Mar 2006, Craig White wrote: > > > >> Trying to install ''track'' and I am using postgres. Apparently I > >> need a connector for python to postgres named pyPgSQL > >> > >> does anyone know where I might find such a beast? > > > > Heh, I''m in the final stages of editing a Trac/CentOS HOWTO, > > including SELinux considerations. It should be online in a day or > > two. > > OK, here it is: > > http://www.madboa.com/geek/trac-centos/---- looks awesome - I don''t have time to review it at the moment - there are obviously some things that I need to do but in general, I have it working. I used mod_authz_ldap instead of local htpasswd files - made more sense for my setup. I do want the users on the system to be able to add tickets and view the milestones. I actually had set up svn originally as my user and would probably have to shift things around to make it work for user apache but I''m gathering you also had web-dav in mind, which I should probably do for my subversion repository but since at this point, it is only me, I haven''t bothered. Thanks Craig