Rob Lingelbach wrote:
>
>On Sep 26, 2009, at 5:04 PM, Mark Sapiro wrote:
>
>>webbrowser.open("file://" + htmlfile)
>>
>> Links didn't like file:tmp/... as a URL.
>>
>> Also if you supply the password in the command line, you probably need
>> to escape the '?' for the shell as in
>>
>> $
Rob Lingelbach wrote:
>
>I did find a version at http://smontanaro.dyndns.org/python/
>mmfold.py . but it returns the following error with Mailman 2.1.12:
>
>r...@soho89-16-227-18 20:03 pts/1 /var/www/mailman/bin# ./mmfold.py
>http://path.to.mailman.list.admin
>
>Traceback (most recent call last
After having no luck finding Skip Montanaro's revised (as of late
2008) mmfold.py script
on his website (appears to be unreachable at
http://www.webfast.com/~skip/python/mmfold.py)
I did find a version at http://smontanaro.dyndns.org/python/
mmfold.py . but it returns the following error wit