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
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 Docum
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
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
win32com.client.makepy.Show
> 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 Mar