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

python "rpm" module package

2005-10-19 Thread Rakotomandimby Mihamina
Hi, I want to make a debian package of 'yum'. The goal is not to manage Debian with yum: I just need to host a yum repository on a debian server, and I need some utils embeded in yum. (the equivalents of dpkg-scanpackages ans dpkg-scansources). The problem is yum cant import a "rpm" module: root