what is the PythonWin

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • steveandleyla@gmail.com

    #1

    what is the PythonWin

    I downloaded Python 5.1 for windows so I could run a program.

    I have to do the following:

    In PythonWin, select Tools | COM MakePy utility | Microsoft Speech
    Object Library 5.1).

    I can't find PythonWin .. Does anybody know what this is. I have the
    Python shell gui but no "PythonWin" .

    THanks.

  • O.R.Senthil Kumaran

    #2
    Re: what is the PythonWin

    * steveandleyla@g mail.com <steveandleyla@ gmail.com[2007-07-01 15:53:30]:
    In PythonWin, select Tools | COM MakePy utility | Microsoft Speech
    Object Library 5.1).
    >
    I can't find PythonWin .. Does anybody know what this is. I have the
    Python shell gui but no "PythonWin" .
    >
    PythonWin is a separate project by Mark Hammond providing win32 extensions for
    python.

    http://sourceforge.net/projects/pywin32/

    --
    O.R.Senthil Kumaran

    Comment

    • Cameron Laird

      #3
      Re: what is the PythonWin

      In article <mailman.257.11 83346269.22759. python-list@python.org >,
      O.R.Senthil Kumaran <orsenthil@user s.sourceforge.n etwrote:
      >* steveandleyla@g mail.com <steveandleyla@ gmail.com[2007-07-01 15:53:30]:
      >
      >In PythonWin, select Tools | COM MakePy utility | Microsoft Speech
      >Object Library 5.1).
      >>
      >I can't find PythonWin .. Does anybody know what this is. I have the
      >Python shell gui but no "PythonWin" .
      >>
      >PythonWin is a separate project by Mark Hammond providing win32 extensions for
      >python.
      >
      >http://sourceforge.net/projects/pywin32/

      Comment

      • O.R.Senthil Kumaran

        #4
        Re: what is the PythonWin

        * Cameron Laird <claird@lairds. us[2007-07-02 17:27:31]:
        PythonWin is a separate project by Mark Hammond providing win32 extensions for
        python.

        http://sourceforge.net/projects/pywin32/
        .
        .
        .
        I believe there's confusion afoot.
        >
        Pythonwin <URL: http://wiki.python.org/moin/PythonWin is a
        Python-oriented editor for Windows. Mark bundles Pythonwin
        with a couple of other equally-intriguing pieces to make
        pywin32. When I read, "win32 extensions for python", I think
        of what Mark labels "win32api". I'm reasonably certain that,
        Thanks for the explaination, Cameron.
        Yeah, there was a confusion from my end.
        I hope the OP, got what he needed from the URL tough.

        --
        O.R.Senthil Kumaran

        Comment

        • Trent Mick

          #5
          Re: what is the PythonWin

          Dennis Lee Bieber wrote:
          PythonWin is (or was) part of the win32 extension library for
          Python. It is a separate download -- unless you downloaded the
          ActiveState Windows build of Python. The ActiveState build includes the
          win32 libraries and "PythonWin" (but lacks a few of the, otherwise
          standard, encryption stuff -- which can be copied from a comparable
          [version-wise] python.org release).
          Note that it is no longer true that ActivePython does not include the
          standard encryption stuff (namely OpenSSL support for the socket module
          and the hashlib libraries). As of ActivePython 2.5.0.0 full SSL support
          is available.

          Cheers,
          Trent

          --
          Trent Mick
          trentm at activestate.com

          Comment

          Working...