-
Using Python 2.3.4, PIL 1.1.4, and py2exe 0.5.0, the
following script works unless it is compiled with py2exe:
import Image
aimg = Image.new("L", (10,10))
aimg.save("test", "BMP")
print "all done"
A simple setup file is used, as follows:
from distutils.core import setup
import py2exe
setup(console=['testimage.py'])
Output is as expected when running normally...
2004-06-09 15:25:05 UTC in py2exe
-
timstone4 committed patchset 967 of module spambayes to the SpamBayes anti-spam CVS repository, changing 1 files.
2003-05-05 01:22:11 UTC in SpamBayes anti-spam
-
timstone4 committed revision 1026 to the SpamBayes anti-spam SVN repository, changing 1 files.
2003-05-05 01:22:11 UTC in SpamBayes anti-spam
-
Logged In: YES
user_id=645698
Can you give us a bit more info here? What platform are you running on,
what version of python, what version of Outlook, what version of
spambayes (alpha1, alpha2, current cvs)?.
2003-05-02 19:50:17 UTC in SpamBayes anti-spam
-
timstone4 committed patchset 949 of module spambayes to the SpamBayes anti-spam CVS repository, changing 1 files.
2003-04-29 13:46:18 UTC in SpamBayes anti-spam
-
timstone4 committed revision 1008 to the SpamBayes anti-spam SVN repository, changing 1 files.
2003-04-29 13:46:18 UTC in SpamBayes anti-spam
-
timstone4 committed revision 1007 to the SpamBayes anti-spam SVN repository, changing 2 files.
2003-04-29 03:59:04 UTC in SpamBayes anti-spam
-
timstone4 committed patchset 948 of module spambayes to the SpamBayes anti-spam CVS repository, changing 2 files.
2003-04-29 03:58:51 UTC in SpamBayes anti-spam
-
timstone4 committed patchset 947 of module spambayes to the SpamBayes anti-spam CVS repository, changing 1 files.
2003-04-29 03:57:25 UTC in SpamBayes anti-spam
-
timstone4 committed revision 1006 to the SpamBayes anti-spam SVN repository, changing 1 files.
2003-04-29 03:57:25 UTC in SpamBayes anti-spam