I am getting this email sent to me every 10 minutes and am not sure how to correct the problem.
/var/mailman/pythonlib/japanese/c/euc_jp.py:3: RuntimeWarning: Python C API version mismatch for module _japanese_codecs: This Python has API version 1011, module _japanese_codecs has version 1012. import codecs, japanese.c._japanese_codecs /var/mailman/pythonlib/korean/hangul.py:24: RuntimeWarning: Python C API version mismatch for module hangul: This Python has API version 1011, module hangul has version 1012. from korean.c.hangul import * I am running python 2.4.3. I have tried deleting the korean and japanese pythonlib directories and then running make install again, then restarting mailman but this doesn't correct the problem. I would appreciate any ideas for either fixing the issue or at least stopping the email warnings. Thanks! Carolyn ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
