Re: [python-win32] py2exe bug with email.MIMEText

2008-08-01 Thread Marcus.CM
Hi, After some debugging, i found the solution is to :- import email import email.mime.text import email.iterators import email.generator import email.utils Marcus. Marcus.CM wrote: There is a bug with py2exe when (at least under windows) when importing email # example testmime.py import

Re: [python-win32] when was pythonwin develop?

2008-08-01 Thread Graeme Glass
On Thu, Jul 31, 2008 at 11:39 PM, Emanuel Sotelo [EMAIL PROTECTED]wrote: hello, everybody perhaps somebody already ask this question but a i dont now the answer at what year was pythonwin develop, or at what year was his first release? is Mark Hammond the creator of pythonwin or was

[python-win32] How to find a Type Library for makepy?

2008-08-01 Thread brendon wolff-piggott
Hi All I'm trying to automate using an Office component for character recognition using python. I can see the type library from the VB Express IDE I downloaded to get it working. When I run makepy on it using: import win32com.client.makepy win32com.client.makepy.ShowInfo(Microsoft Office

Re: [python-win32] py2exe bug with email.MIMEText

2008-08-01 Thread Werner F. Bruhin
Hi Marcus, Marcus.CM wrote: There is a bug with py2exe when (at least under windows) when importing email # example testmime.py import email msg = email.MIMEText.MIMEText(dsafdafdasfA) print ok 1. Save the text above and setup as testmime.py 2. Run it and u can see ok 3. Create setup.py and

Re: [python-win32] How to find a Type Library for makepy?

2008-08-01 Thread Tim Roberts
brendon wolff-piggott wrote: I'm trying to automate using an Office component for character recognition using python. I can see the type library from the VB Express IDE I downloaded to get it working. When I run makepy on it using: import win32com.client.makepy

Re: [python-win32] when was pythonwin develop?

2008-08-01 Thread Mark Hammond
hello, everybody perhaps somebody already ask this question but a i dont now the answer at what year was pythonwin develop, or at what year was his first release? 1994 or so (at least, that is what the copyright message tells me - it may well have been 1993 that I kicked it off) is Mark