Błażej Kaczorowski wrote:
> I know, but I have app that runs with python3 .. and I would need to
> rewrite it to python2 to use xlwt and still win32com works ok (but
> slower) I probably wait for port ...
>   

OK, that's fine.  Just for your information, with appropriate use of
"from __future__" statements, most Python 3 code will run in Python 2.6
(or later).

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to