[python-win32] pywintypes.com_error- no data source was provided when sending outlook attachment

2016-03-20 Thread Joe via python-win32
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

[python-win32] Something similar to py2exe for bundling python code into single file executables, using python 3.5.1?

2016-03-20 Thread jacob Kruger
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

Re: [python-win32] Something similar to py2exe for bundling python code into single file executables, using python 3.5.1?

2016-03-20 Thread Paul_Koning
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

Re: [python-win32] Python 2.7.11 on Windows Server 2012 R2 standard - Error message "DLL load failed: %1 is not a valid Win32 application" after IMPORT WIN32SERVICE

2016-03-20 Thread Tim Roberts
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