Re: python "rpm" module package

2005-10-19 Thread Rakotomandimby Mihamina
On Thu, 2005-10-20 at 11:27 +0900, Sanghyeon Seo wrote: > I guess you are not very experienced with Python? "import rpm" doesn't > necessarily load rpm.py. Behold: > $ python > >>> import rpm > >>> rpm.__file__ > '/usr/lib/python2.3/site-packages/rpm/__init__.pyc' Thank you your guess is right, I'

Re: python "rpm" module package

2005-10-19 Thread Sanghyeon Seo
On 10/20/05, Rakotomandimby Mihamina wrote: > I looked at the packages.debian.org website and thought > "python2.x-rpm" would be my solution but after install: > > root-debian# updatedb; locate rpm.py > (snip) > > So that I see rpm.py does not exist. > Would you know where and how could I install t