posted on: 2008-10-10 16:18:40
In using py2exe I have encountered a problem with the email module, here is a beggining work around.

>So first I compiled a program with the email module and I got an iterators error, which happens to be there. So I explicitly imported it from the email module

import email.iterators as iterators
import email.generator as generator
import email.base64mime as base64mime

The last one I haven't tried yet. But the other two are working well , and when I boot back up in windows Ill test the last one.

Comments

Name: