PythonWin --> drwatson

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Frank L. Thiel

    PythonWin --> drwatson

    I have installed PythonWin from the <pywin32-212.win32-py2.6.exe>
    distribution. When I try to open it, the message "PyWin32 has
    encountered a problem ..." appears, and a drwatson error report is
    generated.

    Python 2.6 itself, from a cmd window or using IDLE, works without problem.

    I cannot find any reports of similar behavior in FAQs, forums, or
    general "googling", and am looking for suggestions of remedies.

    Running WinXP Home, SP3.

    Many thanks in advance.
  • Frank L. Thiel

    #2
    Re: PythonWin --&gt; drwatson

    On 18-Oct-08 01:39, this message was sent by Allan:
    "Frank L. Thiel" <fthiel@stny.rr .comwrites:
    >
    >I have installed PythonWin from the <pywin32-212.win32-py2.6.exe>
    >distribution . When I try to open it, the message "PyWin32 has
    >encountered a problem ..." appears, and a drwatson error report is
    >generated.
    >>
    >Python 2.6 itself, from a cmd window or using IDLE, works without problem.
    >...(snip)
    Hello Frank,
    >
    Have you tried uninstalling PythonWin and reinstalling it using the
    Windows installer package? Is there any entry in the Event Viewer
    application log when this happens?
    >
    Thanks for your reply, Allan. I am not sure what you mean by "the
    Windows installer package" -- a *.msi file?. I cannot find a *.msi file
    at Sourceforge, which is where the <pywin32-212.win32-py2.6.execame
    from. When I use the latter (I have uninstalled and reinstalled using
    this many times now!), I get no error entries in the Event Viewer.
    However, when I try to open PythonWin, the Event Viewer shows the
    following message:

    "Faulting application pythonwin.exe, version 2.6.212.0, faulting module
    mfc90.dll, version 9.0.21022.8, fault address 0x0004453f."

    Comment

    • drobinow@gmail.com

      #3
      Re: PythonWin --&gt; drwatson

      On Oct 18, 4:31 pm, Dennis Lee Bieber <wlfr...@ix.net com.comwrote:
      On Sat, 18 Oct 2008 15:00:03 GMT, "Frank L. Thiel" <fth...@stny.rr .com>
      declaimed the following in comp.lang.pytho n:
      Thanks for your reply, Allan.  I am not sure what you mean by "the
      Windows installer package" -- a *.msi file?.  I cannot find a *.msi file
      at Sourceforge, which is where the <pywin32-212.win32-py2.6.execame
      from.  When I use the latter (I have uninstalled and reinstalled using
      this many times now!), I get no error entries in the Event Viewer.
      However, when I try to open PythonWin, the Event Viewer shows the
      following message:
      >
              Do you have a version of python 2.6 installed? (I'm surprised the
      standalone win32 package for Python 2.6 is even available already).
      Granted, win32 is maintained as a separate package, but the ActiveState
      Python download (which includes it by default) is still only on Python
      2.5.2
      The standalone package has been available for months, since the Alpha
      stage I believe. I don't believe it will install without an installed
      Python 2.6.
      PythonWin 2.6 of Oct 2 2008 works for me. XP Pro service pack 3.
      [ActiveState is not really relevant to this discussion.]

      Comment

      • Frank L. Thiel

        #4
        Re: PythonWin --&gt; drwatson

        On 18-Oct-08 16:31, this message was sent by Dennis Lee Bieber:
        On Sat, 18 Oct 2008 15:00:03 GMT, "Frank L. Thiel" <fthiel@stny.rr .com>
        declaimed the following in comp.lang.pytho n:
        >
        >Thanks for your reply, Allan. I am not sure what you mean by "the
        >Windows installer package" -- a *.msi file?. I cannot find a *.msi file
        >at Sourceforge, which is where the <pywin32-212.win32-py2.6.execame
        >from. When I use the latter (I have uninstalled and reinstalled using
        >this many times now!), I get no error entries in the Event Viewer.
        >However, when I try to open PythonWin, the Event Viewer shows the
        >following message:
        >>
        Do you have a version of python 2.6 installed? (I'm surprised the
        standalone win32 package for Python 2.6 is even available already).
        Granted, win32 is maintained as a separate package, but the ActiveState
        Python download (which includes it by default) is still only on Python
        2.5.2
        Yes, Dennis, I have Python 2.6 installed, and it works perfectly from a
        cmd window and from IDLE.

        Comment

        • Gabriel Genellina

          #5
          Re: PythonWin --&gt; drwatson

          En Sat, 18 Oct 2008 18:14:46 -0300, Frank L. Thiel <fthiel@stny.rr .com>
          escribió:
          On 18-Oct-08 16:31, this message was sent by Dennis Lee Bieber:
          > Do you have a version of python 2.6 installed? (I'm surprised the
          >standalone win32 package for Python 2.6 is even available already).
          >
          Yes, Dennis, I have Python 2.6 installed, and it works perfectly from a
          cmd window and from IDLE.
          FWIW, I have Python 2.6 + pywin32 build 212 installed on XP SP3 and both
          the command line interpreter, IDLE, and Pythonwin they all work fine.

          --
          Gabriel Genellina

          Comment

          • Frank L. Thiel

            #6
            Re: PythonWin --&gt; drwatson

            On 21-Oct-08 03:22, this message was sent by Gabriel Genellina:
            En Sat, 18 Oct 2008 18:14:46 -0300, Frank L. Thiel <fthiel@stny.rr .com
            escribió:
            >On 18-Oct-08 16:31, this message was sent by Dennis Lee Bieber:
            >> Do you have a version of python 2.6 installed? (I'm surprised the
            >>standalone win32 package for Python 2.6 is even available already).
            >>
            >Yes, Dennis, I have Python 2.6 installed, and it works perfectly from
            >a cmd window and from IDLE.
            FWIW, I have Python 2.6 + pywin32 build 212 installed on XP SP3 and both
            the command line interpreter, IDLE, and Pythonwin they all work fine.
            Is yours XP Home or XP Pro? Mine, where Python 2.6 works but pywin 32
            build 212 does not, is XP Home.

            Comment

            Working...