Re: [Mailman-Users] There currently are no publicly-advertisedMailmanmailing lists

2006-03-17 Thread Travis Derouin
Yep, I tried that. I even removed /tmp/mailman-2.1.7Mailman/Cgi/listinfo.py and did a `make clean` which deleted src/listinfo, but when i did a `make`, src/listinfo reappeared, even though listinfo.py was deleted. So I must be missing something somewhere. When I do a `make install` the changes I p

Re: [Mailman-Users] There currently are no publicly-advertisedMailmanmailing lists

2006-03-17 Thread Kucera, Rich
> when I do a make clean, make ,... > how I can introduce some debugging statements Didn't know we had to make...can't you just edit *.py in place, and it'll automatically compile to .pyc and use you changes? That's what I do. Fix_url would've been my first guess, but I guess you did that.