rss link
Main Page
Links Found Here
References

Title: python 2.5, email, py2exe

Last Modified: 10.10.2008

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.

show comments(0)create new

Links:

Refernces: