Actually I think python itself may be hosed. I am uninstalling it and reinstalling to see if that fixes it. If not then I will try your suggestion.
On 5/2/2012 10:06 AM, Mark Sapiro wrote:
> Mark Sapiro wrote:
>> It appears your system Python is now different from the one that
>> compiled all the .pyc files. Just do
>>
>>
>> rm -r /path/to/Mailman/*.pyc
>
> I responded without really thinking. I don't think that will work
> completely. It will remove the .pyc files immediately subordinate the
> Mailman/, but not any deeper ones. For that you need something like
>
> find /path/to/Mailman -name "*.pyc" -exec rm "{}" \;
>
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
