Re: Python and rpmmodule debugging

2000-02-08 Thread Troy Benjegerdes
On Sun, 30 Jan 2000, Matt Wilson wrote: > What version of RPM and rpm-python? python-1.5.2-9 rpm-3.0.4-0.33 rpm-python-3.0.4-0.33 > > On Sun, Jan 30, 2000 at 08:58:14PM -0600, Troy Benjegerdes wrote: > > On Sun, 23 Jan 2000, Matt Wilson wrote: > > > > > On Sun, Jan 23, 2000 at 03:20:44PM -060

Re: Python and rpmmodule debugging

2000-01-30 Thread Matt Wilson
What version of RPM and rpm-python? On Sun, Jan 30, 2000 at 08:58:14PM -0600, Troy Benjegerdes wrote: > On Sun, 23 Jan 2000, Matt Wilson wrote: > > > On Sun, Jan 23, 2000 at 03:20:44PM -0600, Troy Benjegerdes wrote: > > > Hrrm, it seems that having the 'root' set to "" was causing the problem. >

Re: Python and rpmmodule debugging

2000-01-30 Thread Troy Benjegerdes
On Sun, 23 Jan 2000, Matt Wilson wrote: > On Sun, Jan 23, 2000 at 03:20:44PM -0600, Troy Benjegerdes wrote: > > Hrrm, it seems that having the 'root' set to "" was causing the problem. > > Chaning root="" to root="/" makes everything work. > > Yea - it needs to be a path. > > > When I finally d

Re: Python and rpmmodule debugging

2000-01-23 Thread Matt Wilson
On Sun, Jan 23, 2000 at 03:20:44PM -0600, Troy Benjegerdes wrote: > Hrrm, it seems that having the 'root' set to "" was causing the problem. > Chaning root="" to root="/" makes everything work. Yea - it needs to be a path. > When I finally did the 'ts.run' later, everything worked *except* for >

Re: Python and rpmmodule debugging

2000-01-23 Thread Troy Benjegerdes
On Sun, 23 Jan 2000, Matt Wilson wrote: > On Sat, Jan 22, 2000 at 11:36:28PM -0600, Troy Benjegerdes wrote: > > I've got a little python hack which checks an RPM directory for new RPMS, > > and upgrades any new ones that it finds that are installed. I intend to > > make this eventually handle dep

Re: Python and rpmmodule debugging

2000-01-23 Thread Matt Wilson
On Sat, Jan 22, 2000 at 11:36:28PM -0600, Troy Benjegerdes wrote: > I've got a little python hack which checks an RPM directory for new RPMS, > and upgrades any new ones that it finds that are installed. I intend to > make this eventually handle dependencies automatically and all that > eventually

Python and rpmmodule debugging

2000-01-22 Thread Troy Benjegerdes
I've got a little python hack which checks an RPM directory for new RPMS, and upgrades any new ones that it finds that are installed. I intend to make this eventually handle dependencies automatically and all that eventually. However, I'm having problems with python segfaulting, and I don't know