Re: RPM error

2007-04-24 Thread Steven Howe
CSUIDL PROGRAMMEr wrote: > Hi folks > I am new to python > I am trying to write a program that will install rpm > using rpm -ivh xxx.rpm > > I want to know if python has in-built exceptions to catch no- > dependencies error. > > If not how can i build them > > thanks > > not really sure where y

RPM error

2007-04-24 Thread CSUIDL PROGRAMMEr
Hi folks I am new to python I am trying to write a program that will install rpm using rpm -ivh xxx.rpm I want to know if python has in-built exceptions to catch no- dependencies error. If not how can i build them thanks -- http://mail.python.org/mailman/listinfo/python-list

RPM error

2007-04-24 Thread CSUIDL PROGRAMMEr
Hi folks I am trying to write a program that will install RPM. IS there any built in Exception in python that will catch the faied dependencies in python. Also if not how can i write one ?? thanks -- http://mail.python.org/mailman/listinfo/python-list