Hello,Iam trying to send an email through outlook 2010 on a win 7 64 bit oswith
python 2.7 32 bit and win32com 32 bit. I am using the same codeexample found in
many Google search results. This chunk of code willrun fine if I rem out the
attachment, but once I try adding theattachment, I get an e
Like subject lines says, just wondering what's the simplest, easiest
module/add-on, etc. to use for generating something close to a single
file executable file when working with python 3.5.1?
cx_freeze?
AFAIK, py2exe isn't really usable with 3.5.1, as of yet?
TIA
Jacob Kruger
Blind Biker
Sky
I haven't tried py2exe with Python 3.5.1 specifically, but it works just fine
with Python 3.4. Give it a try.
paul
...
AFAIK, py2exe isn't really usable with 3.5.1, as of yet?
___
python-win32 mailing list
On Mar 18, 2016, at 8:48 AM, Andreas
mailto:[email protected]>> wrote:
I have installed Python 2.7.11 - 64bit version on a Windows Server 2012 R2
Standard (64-bit version)
...
>>> import pywintypes
Traceback (most recent call last):
File "", line 1, in
File "D:\python27\lib\site-package