On Mon, 2002-11-18 at 04:23, Jason R. Mastaler wrote: > I'm unable to figure out why this isn't working for you. It seems to > work for others using an RPM install.
What didn't work was that I included bin/paths.py in the RPM (to be installed as /usr/bin/paths.py). I've now fixed it, but talking about it, isn't TMDA/__init__.py the place to do this kind of things (factor the code) ? > > I'm running Mandrake 9.0, using my own tmda-0.65 rpm (based on the > > 0.61 mdk rpm). > > Why not just build an RPM from the TMDA tarball as described on > http://tmda.net/install.html ? Well, probably because the spec file is broken for Mandrake, and I didn't take the time to fix it (I should have started from there though). Here is a patch, if someone with a RedHat can confirm it still works, I'll commit it: RCS file: /cvsroot/tmda/tmda/contrib/tmda.spec,v retrieving revision 1.54 diff -u -r1.54 tmda.spec --- tmda.spec 15 Nov 2002 22:49:03 -0000 1.54 +++ tmda.spec 18 Nov 2002 06:49:37 -0000 @@ -14,8 +14,8 @@ Vendor: Jason R. Mastaler <[EMAIL PROTECTED]> Packager: [EMAIL PROTECTED] Url: http://tmda.net/ -BuildRequires: /usr/bin/python2 -Requires: /usr/bin/python2 +BuildRequires: python >= 2.1 +Requires: python >= 2.1 %description TMDA is an OSI certified software application designed to BTW, sorry to waste your time on this trivial _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
