Python Win32 Extensions and Excel 2003. OL 11.0 Supported?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mudcat

    Python Win32 Extensions and Excel 2003. OL 11.0 Supported?

    Howdy,

    I could have sworn I downloaded a version of python win that supported
    object library 11.0 at some point. However I just downloaded versions
    204 and 203, and the highest version they have is OL 9.0.

    Does anyone know if this is a mistake or if Excel 2003 isn't yet
    supported with the extensions?

    Thanks,
    Marc

  • Steve Holden

    #2
    Re: Python Win32 Extensions and Excel 2003. OL 11.0 Supported?

    Mudcat wrote:[color=blue]
    > Howdy,
    >
    > I could have sworn I downloaded a version of python win that supported
    > object library 11.0 at some point. However I just downloaded versions
    > 204 and 203, and the highest version they have is OL 9.0.
    >
    > Does anyone know if this is a mistake or if Excel 2003 isn't yet
    > supported with the extensions?
    >[/color]
    I was under the impression that makepy just listed the libraries it
    found on the system it ran on. Is this wrong?

    regards
    Steve
    --
    Steve Holden +1 703 861 4237 +1 800 494 3119
    Holden Web LLC http://www.holdenweb.com/
    Python Web Programming http://pydish.holdenweb.com/

    Comment

    • John Machin

      #3
      Re: Python Win32 Extensions and Excel 2003. OL 11.0 Supported?

      On Wed, 20 Apr 2005 13:05:54 -0400, Steve Holden <steve@holdenwe b.com>
      wrote:
      [color=blue]
      >Mudcat wrote:[color=green]
      >> Howdy,
      >>
      >> I could have sworn I downloaded a version of python win that supported
      >> object library 11.0 at some point. However I just downloaded versions
      >> 204 and 203, and the highest version they have is OL 9.0.
      >>
      >> Does anyone know if this is a mistake or if Excel 2003 isn't yet
      >> supported with the extensions?
      >>[/color]
      >I was under the impression that makepy just listed the libraries it
      >found on the system it ran on. Is this wrong?
      >[/color]

      This is my impression also.

      Basis 1: Observation: E.g. client machine with Excel 2000: OL 9.0. My
      machine: OL 10.0 and (no kidding) 5.0

      Basis 2: Reductio ad a[db]surdum [1]: Where else would makepy be
      getting its info from? Would we really expect pywin32 to have all the
      info available to support all libraries ever used on any Windows
      machine? How long would the download take? What would be the legal
      implications of [re]distributing all that Microsoft-created stuff?

      Cheers,
      John

      Note [1]: What's happened to the martellibot? Not a post for over 2
      months! Who else will leap in and tell me which of adsurdum and
      absurdum is better usage?



      Comment

      • John Machin

        #4
        Re: Python Win32 Extensions and Excel 2003. OL 11.0 Supported?

        On 21 Apr 2005 09:13:52 -0700, "Mudcat" <mnations@gmail .com> wrote:
        [color=blue]
        >
        >Anyone else have to package builds of com applications that need to be
        >supported on different versions of Office? A few tips on how to make
        >that run smoother would be some sweet info.[/color]

        You'll probably do better if you ask the pywin32-specific mailing
        list.

        python-win32@python.or g

        In fact, if you're so heavily into COM, you should consider
        subscribing to the list.

        Cheers,
        John

        Comment

        Working...