[python-win32] python-win32 Digest, Vol 86, Issue 3

Lewis Pusey lewispusey at earthlink.net
Mon May 3 13:57:44 CEST 2010


Thanks for the reply, I'll give it a whirl. I thought WOW was world of
warcraft for some reason.
Lewis

On Mon, May 3, 2010 at 6:00 AM, <python-win32-request at python.org> wrote:

> Send python-win32 mailing list submissions to
>        python-win32 at python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://mail.python.org/mailman/listinfo/python-win32
> or, via email, send a message with subject or body 'help' to
>        python-win32-request at python.org
>
> You can reach the person managing the list at
>        python-win32-owner at python.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of python-win32 digest..."
>
>
> Today's Topics:
>
>   1. Re: MFCC71.DLL Errors (Tim Roberts)
>   2. Saving (publishing) an Excel or Word 2007 file as a       PDF
>      document. (Andrew Spagnoletti)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 02 May 2010 11:51:24 -0700
> From: Tim Roberts <timr at probo.com>
> To: Python-Win32 List <python-win32 at python.org>
> Subject: Re: [python-win32] MFCC71.DLL Errors
> Message-ID: <4BDDC9AC.9050809 at probo.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Lewis Pusey wrote:
> > Weh trying to run pythonwin in windows 7 64 I get "program cannot
> > start because of missing MFCC71.DLL" error.
> > I tried reinstalling pythonwin after addingy the DLL to my system 32
> > folder but am still getting the same error.
> > I wondered if anyone one the board would know what the fix might be?
>
> If you are running the 32-bit Pythonwin, then you need to add the 32-bit
> MFC71.DLL to the \Windows\SysWow64 folder, not System32.
>
> Yes, 64-bit things go in System32, and 32-bit things go in SysWow64.
> Believe it or not.
>
> --
> Tim Roberts, timr at probo.com
> Providenza & Boekelheide, Inc.
>
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 30 Apr 2010 15:59:29 +0200
> From: Andrew Spagnoletti <andrew.spagnoletti at gmail.com>
> To: python-win32 at python.org
> Subject: [python-win32] Saving (publishing) an Excel or Word 2007 file
>        as a    PDF document.
> Message-ID:
>        <o2w6717d33c1004300659g5972593al19249c717cf34cc9 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> Can anyone help me with the correct Python (2.5.4) syntax for the above?
>
> In my program I currently use
>
> "self.workbook.SaveAs(self.saveName)" (which saves it as a normal Excel
> file)
>
> after opening Excel with Dispatch and managing it from within my program -
> where 'saveName' has the suffix '.xlsx',
>
> but I want to save this file as a PDF file (the functions is installed in
> Excel and can be saved from Excel directly, by selection PDF from the Save
> option).
>
> Regards,
>
> Andrew.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mail.python.org/pipermail/python-win32/attachments/20100430/8b290b94/attachment-0001.html
> >
>
> ------------------------------
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
>
> End of python-win32 Digest, Vol 86, Issue 3
> *******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20100503/dc1ac582/attachment.html>


More information about the python-win32 mailing list