markt

Show:

What's happening?

  • fix for interactive colorization problem

    Steps to reproduce: 1. Open pythonwin.exe and make sure interactive window is visible. 2. In the interactive window, press CTRL-A, DEL to clear the window and hit Enter a few times. The first line will be a blue proportional font like the initial banner. 3. Open a python script that generates a few lines of output. 4. In the interactive window, press CTRL-A, DEL, then run run the...

    2009-06-26 22:58:40 UTC in Python for Windows extensions

  • Comment: "save as" closes pythonwin

    I tracked it down. A couple weeks ago I installed TortoiseHg (Mercurial with Explorer extensions). Something in that installation confuses Pythonwin. Installing Mercurial alone has no problems. Pythonwin was finding and loading mfc71.dll from the TortoiseHg installation (even when I took it out of the path), but then not finding MFC71LOC.DLL (TortoiseHg doesn't have it). I suspect it has...

    2009-05-07 05:20:16 UTC in Python for Windows extensions

  • "save as" closes pythonwin

    Opening a new edit window, making some changes, and saving closes pythonwin. This is happening on both my home and work systems (both WinXP SP3). One has Python 2.6.1 and the other has Python 2.6.2. Both are using the 213 release of pywin32. If I open an existing file, make changes, and save it works fine. It seems to only exit when trying to display the SaveAs dialog. On my home system I...

    2009-05-07 04:13:41 UTC in Python for Windows extensions

  • Comment: input() crashes pythonwin 213 py3.0

    A simple "x=input()" in the interactive window causes a hard crash. Faulting application pythonwin.exe, version 3.0.213.0, faulting module python30.dll, version 3.0.1150.1013, fault address 0x000923c3.

    2009-04-06 14:51:06 UTC in Python for Windows extensions

  • input() crashes pythonwin 213 py3.0

    Any input() command, whether by interactive window, running or debugging script crashes pythonwin. I'm using Python 3.0.1 and pywin32-213.win32-py3.0. It works fine on Python 2.6.1 and pywin32-213.win32-py2.6.

    2009-04-06 04:55:58 UTC in Python for Windows extensions

  • Comment: backspacing over multibyte characters raises exception

    I made a fix to pythonwin\pywin\scintilla\IDLEenvironment.py that appears to correct the problem. I found a function _fix_eol_indexes() that corrected for partial deletion of \r\n. The function, now named _fix_indexes(), now corrects for partial deletion of UTF8 chars as well. I uploaded the file. It works by making sure the start and end variables point to the start of a valid UTF8...

    2009-02-20 02:26:34 UTC in Python for Windows extensions

  • backspacing over multibyte characters raises exception

    In Pythonwin from pywin32-213, and on both the 2.6 and 3.0 versions, when backspacing over the Chinese characters in the attached file (or any UTF-8 multibyte character), the first backspace displays the remaining UTF-8 code bytes instead of deleting the entire character. Trying to save the file at this point or backspacing a second time throws exceptions. The backspace exception (from 2.6...

    2009-02-20 01:34:20 UTC in Python for Windows extensions

  • hang/crash with Chinese system locales

    When the default non-Unicode locale is changed to "Chinese(PRC)", PythonWin hangs when any valid command (for example, "x=1") is entered in the interactive window, and crashes when an invalid command is entered ("x" when the variable isn't defined). The details of the crash dialog are: Error signature: AppName: pythonwin.exe AppVer: 2.6.212.0 ModName scintilla.dll ModVer 1.7.5.0.

    2009-01-31 06:00:20 UTC in Python for Windows extensions

About Me

  • 2009-01-31 (9 months ago)
  • 2381911
  • metolone (My Site)
  • markt

Send me a message