make install import failures
after the second failed to import error which failed with this error File "/var/lib/mailman/Mailman/Message.py", line 26, in ? from email.Charset import Charset ImportError: No module named Charset
I figured it would be best to make sure that I had the correct library and versions.
I'm using python2.2.1 on debian woody
and am wondering if I'm experiencing version whip or what. http://www.efn.org/~laprice ( Community, Cooperation, Consensus http://www.opn.org ( Openness to serendipity, make mistakes http://www.efn.org/~laprice/poems ( but learn from them.(carpe fructus ludi)
The version of email you need to use is contained in the mailman tree. paths.py contains the gunge to get pythonlib on your searchpath for all the installed mailman binaries.
Larry Price wrote:
after the second failed to import error which failed with this error File "/var/lib/mailman/Mailman/Message.py", line 26, in ? from email.Charset import Charset ImportError: No module named Charset
I figured it would be best to make sure that I had the correct library and versions.
I'm using python2.2.1 on debian woody
and am wondering if I'm experiencing version whip or what. http://www.efn.org/~laprice ( Community, Cooperation, Consensus http://www.opn.org ( Openness to serendipity, make mistakes http://www.efn.org/~laprice/poems ( but learn from them.(carpe fructus ludi)
Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman-21/listinfo/mailman-developers
participants (2)
-
Dan Mick -
Larry Price