aspineux / pyzmail

Pyzmail is a high level mail library for Python, providing functions to read, compose and send emails
60 stars 31 forks source link

code is not properly translated for python33 with pip on windows #9

Closed xiconet closed 9 years ago

xiconet commented 9 years ago

Sir, Just in case, I tried to put pyzmail at work with Python33 rather than the "old" Python27 I usually stick with, on my windows-xpsp3 "box". Taking care to use the appropriate pip version, I simply run:

pip install pyzmail

from my C:\Python33\Scripts folder. Unfortunately the resulting code, beginning with the pyzsendmail script, has many errors.

aspineux commented 9 years ago

In the main page, in section "Support for Python 3.x", you can see that you must convert the scripts yourself using py2to3.

I'm distributing a pyzsendmail.exe that should do the job on windows, without installing python nor pyzmail.

Hope this help

xiconet commented 9 years ago

Sorry, I didn't notice that 2to3 conversion was not "automatic".