pywin32-bugs Mailing List for Python for Windows Extensions (Page 98)
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
(24) |
May
(19) |
Jun
(15) |
Jul
(43) |
Aug
(39) |
Sep
(25) |
Oct
(43) |
Nov
(19) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(21) |
Feb
(18) |
Mar
(14) |
Apr
(80) |
May
(56) |
Jun
(24) |
Jul
(30) |
Aug
(17) |
Sep
(36) |
Oct
(106) |
Nov
(38) |
Dec
(30) |
2005 |
Jan
(14) |
Feb
(14) |
Mar
(48) |
Apr
(28) |
May
(49) |
Jun
(23) |
Jul
(9) |
Aug
(13) |
Sep
(28) |
Oct
(21) |
Nov
(8) |
Dec
(26) |
2006 |
Jan
(56) |
Feb
(33) |
Mar
(33) |
Apr
(18) |
May
(16) |
Jun
(9) |
Jul
(24) |
Aug
(16) |
Sep
(14) |
Oct
(37) |
Nov
(38) |
Dec
(22) |
2007 |
Jan
(7) |
Feb
(16) |
Mar
(11) |
Apr
(15) |
May
(15) |
Jun
(8) |
Jul
(24) |
Aug
(26) |
Sep
(18) |
Oct
(11) |
Nov
(20) |
Dec
(1) |
2008 |
Jan
(19) |
Feb
(55) |
Mar
(7) |
Apr
(35) |
May
(66) |
Jun
(38) |
Jul
(26) |
Aug
(5) |
Sep
(25) |
Oct
(25) |
Nov
(18) |
Dec
(18) |
2009 |
Jan
(25) |
Feb
(38) |
Mar
(29) |
Apr
(25) |
May
(5) |
Jun
(11) |
Jul
(16) |
Aug
(16) |
Sep
(16) |
Oct
(1) |
Nov
(15) |
Dec
(33) |
2010 |
Jan
(13) |
Feb
(11) |
Mar
(1) |
Apr
(24) |
May
(26) |
Jun
(19) |
Jul
(22) |
Aug
(51) |
Sep
(38) |
Oct
(39) |
Nov
(25) |
Dec
(27) |
2011 |
Jan
(40) |
Feb
(31) |
Mar
(21) |
Apr
(42) |
May
(11) |
Jun
(16) |
Jul
(20) |
Aug
(14) |
Sep
(6) |
Oct
(8) |
Nov
(34) |
Dec
(7) |
2012 |
Jan
(60) |
Feb
(24) |
Mar
(6) |
Apr
(28) |
May
(41) |
Jun
(15) |
Jul
(14) |
Aug
(25) |
Sep
(30) |
Oct
(18) |
Nov
(30) |
Dec
(9) |
2013 |
Jan
(3) |
Feb
(8) |
Mar
(17) |
Apr
(23) |
May
(34) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2004-10-07 19:21:31
|
Bugs item #1042471, was opened at 2004-10-07 19:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1042471&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Erik Andersén (erik_andersen) Assigned to: Nobody/Anonymous (nobody) Summary: Pythonwin crashes when exiting. Initial Comment: Pythonwin crashes when I exit the program. My operating system is Windows XP. I had the same problem at installation as in bug 990048 and I followed the instructions, which fixed that problem. The only information I got from the crash was the Windows error popup. The program worked as expected before ending. I enclose a screen capture of the Windows error popups; this is the only response I got. (You cannot copy from these windows.) Python version: PythonWin 2.4a3 (#56, Sep 2 2004, 20:50:21) [MSC v.1310 32 bit (Intel)] on win32. Portions Copyright 1994-2004 Mark Hammond (mha...@sk...) - see 'Help/About PythonWin' for further copyright information. Pythonwin version: pywin32-202.win32-py2.4.exe ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1042471&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-10-07 13:40:25
|
Bugs item #1028179, was opened at 2004-09-14 16:40 Message generated for change (Comment added) made by rberrett You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1028179&group_id=78018 Category: win32 Group: None Status: Closed Resolution: Out of Date Priority: 5 Submitted By: rberrett (rberrett) Assigned to: Nobody/Anonymous (nobody) Summary: SetFilePointer returns incorrect value for 2-4gb Initial Comment: The return value for win32file.SetFilePointer is negative for expected values from 2gb upto 1 byte shy of 4gb. newFP = win32file.SetFilePointer(fh, offset, win32file.FILE_END) Setting file pointer on a empty file with: offset 2gb returns -2147483648 offset 3gb returns -1073741824 offset 4gb-1 byte returns -1 Under 2gb and 4gb and over return the correct value ---------------------------------------------------------------------- >Comment By: rberrett (rberrett) Date: 2004-10-07 09:40 Message: Logged In: YES user_id=1121829 This was with 163 originally and is working correctly in build 202. Thanks ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2004-10-07 05:03 Message: Logged In: YES user_id=14198 Can you please indicate your version number - I believe this was fixed in build 202. Please reopen this bug if that is not true ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1028179&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-10-07 09:03:38
|
Bugs item #1028179, was opened at 2004-09-15 06:40 Message generated for change (Settings changed) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1028179&group_id=78018 Category: win32 Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Submitted By: rberrett (rberrett) Assigned to: Nobody/Anonymous (nobody) Summary: SetFilePointer returns incorrect value for 2-4gb Initial Comment: The return value for win32file.SetFilePointer is negative for expected values from 2gb upto 1 byte shy of 4gb. newFP = win32file.SetFilePointer(fh, offset, win32file.FILE_END) Setting file pointer on a empty file with: offset 2gb returns -2147483648 offset 3gb returns -1073741824 offset 4gb-1 byte returns -1 Under 2gb and 4gb and over return the correct value ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-10-07 19:03 Message: Logged In: YES user_id=14198 Can you please indicate your version number - I believe this was fixed in build 202. Please reopen this bug if that is not true ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1028179&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-10-07 09:00:17
|
Bugs item #1028735, was opened at 2004-09-16 04:56 Message generated for change (Settings changed) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1028735&group_id=78018 Category: installation Group: None Status: Open Resolution: None >Priority: 9 Submitted By: Trent Mick (tmick) Assigned to: Nobody/Anonymous (nobody) Summary: install error: NameError: global name 'get_root_hkey' is not Initial Comment: I got this install error when installing PyWin32 b202 onto Python 2.4a3: Creating .PTH file C:\Python24\pywin32.pth Copied pythoncom24.dll to C:\WINNT\system32\pythoncom24.dll Copied pywintypes24.dll to C:\WINNT\system32\pywintypes24.dll Registered: Python.Interpreter Registered: Python.Dictionary Traceback (most recent call last): File "C:\Python24\Scripts\pywin32_postinstall.py", line 313, in ? install() File "C:\Python24\Scripts\pywin32_postinstall.py", line 210, in install SetPyKeyVal("Help", None, None) File "C:\Python24\Scripts\pywin32_postinstall.py", line 97, in SetPyKeyVal root_hkey = get_root_hkey() NameError: global name 'get_root_hkey' is not defined *** run_installscript: internal error 0xFFFFFFFF *** My machine is Win2k, but I don't think that is relevant. Is get_root_hkey() not defined by the bdist_wininst installer? Did it used to be? This is not affecting me (a subsequent run of pywin32_postinstall.py manually worked) but I thought I should report it. ---------------------------------------------------------------------- Comment By: Andrew Payn Barnert (payn) Date: 2004-09-16 11:17 Message: Logged In: YES user_id=96775 This is the same as bug 990048. If running the script manually doesn't work, you can edit it (move the def of get_root_hkey outside of the if) and either run it manually, or re-run the installer (and tell it to not overwrite existing files) and everything is fine. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1028735&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-10-07 08:54:56
|
Patches item #996488, was opened at 2004-07-23 22:01 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=996488&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Niki Spahiev (nikis) Assigned to: Nobody/Anonymous (nobody) Summary: characterset support for pythonwin editor Initial Comment: Currently format options allow choosing characterset (script) of the font. Scintilla editor needs this value in order to display Cyrrilic letters. This patch sends selected characterset to scintilla. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-10-07 18:54 Message: Logged In: YES user_id=14198 I've absolutely zero experience with charsets, but I trust ya :) Checking in control.py; new revision: 1.13; previous revision: 1.12 Checking in formatter.py; new revision: 1.11; previous revision: 1.10 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=996488&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-10-07 08:52:02
|
Patches item #992182, was opened at 2004-07-16 18:43 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=992182&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Niki Spahiev (nikis) Assigned to: Nobody/Anonymous (nobody) Summary: pywin.tools.browser and objects without __class__ Initial Comment: apparently some 'instances' of object has no __class__ attribute: >>> from pywintypes import IID >>> CLSID = IID('{737224C1-8E29-48E7-918F-09922E51B664}') >>> isinstance( CLSID, object ) True >>> CLSID.__class__ Traceback (most recent call last): File "<interactive input>", line 1, in ? AttributeError: 'PyIID' object has no attribute '__class__' this fix prevents browser craching on such objects ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-10-07 18:51 Message: Logged In: YES user_id=14198 Checking in browser.py; new revision: 1.7; previous revision: 1.6 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=992182&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-10-07 08:49:30
|
Patches item #991683, was opened at 2004-07-16 02:02 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=991683&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Niki Spahiev (nikis) Assigned to: Nobody/Anonymous (nobody) Summary: fix for pythonwin /app appmod ... Initial Comment: pythonwin /app appmod /edit file is broken now, this small patch fixes it ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-10-07 18:49 Message: Logged In: YES user_id=14198 I'm on a roll :) Checking in startup.py; new revision: 1.3; previous revision: 1.2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=991683&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-10-07 08:46:24
|
Patches item #977399, was opened at 2004-06-22 21:54 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=977399&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Adal Chiriliuc (adalx) Assigned to: Nobody/Anonymous (nobody) Summary: Support for user supplied exception handler Initial Comment: win32ui.h 1. Added ExceptionHandler declarations. win32uimodule.cpp 1. Converted Python_run_command_with_log to use ExceptionHandler. 2. Converted gui_print_error to use ExceptionHandler. 3. Added TRACE to gui_print_error which warns about recursive call. 4. Implemented ExceptionHandler. win32thread.cpp 1. Converted to use ExceptionHandler. win32virt.cpp 1. Fixed crash if we re-enter the error handler. Example: Document.OnDraw raises. We show a dialog box with the traceback. The dialog box being displayed in front of the document will trigger on move another WM_PAINT. This will trigger Document.OnDraw which will probably raise again. So while being in the error handling routine, we enter it again! gui_error_print is protected against this, but the line will fail "char *szRepr = PyString_AsString(obRepr);" because obRepr is NULL (at least on my machine). 2. Converted to use ExceptionHandler. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-10-07 18:46 Message: Logged In: YES user_id=14198 Looks good to me. I don't have time to test it, but it looks nicely done, and I'm inclined to trust you :) Checking in win32thread.cpp; new revision: 1.6; previous revision: 1.5 Checking in win32ui.h; new revision: 1.3; previous revision: 1.2 Checking in win32uimodule.cpp; new revision: 1.29; previous revision: 1.28 Checking in win32virt.cpp; new revision: 1.2; previous revision: 1.1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=977399&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-10-07 08:42:11
|
Patches item #977398, was opened at 2004-06-22 21:52 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=977398&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Adal Chiriliuc (adalx) Assigned to: Nobody/Anonymous (nobody) Summary: Toolbar and statusbar fixes and new methods Initial Comment: win32assoc.h 1. Added skipLookup argument (defaults to false) to ui_assoc_object::make. win32assoc.cpp 1. Implemented skipLookup argument (defaults to false) to ui_assoc_object::make. win32toolbar.cpp 1. Fixed crash in PyCToolBar_GetToolBarCtrl using the functionality described above (skipLookup). 2. Fixed GetToolBarCtrl (not the same as the above). 3. Added PyCStatusBar.GetStatusBarCtrl. The following are independent of the above, but were included here to avoid dependency of the order of applying patches. 4. PyCStatusBar::create - added optional ctrlStyle argument to support the creation of status bar with tooltips. 5. Added PyCStatusBar.GetPaneInfo. 6. Added PyCStatusBar.SetPaneInfo. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-10-07 18:42 Message: Logged In: YES user_id=14198 Already checked in ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=977398&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-10-07 08:41:50
|
Patches item #977395, was opened at 2004-06-22 21:50 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=977395&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Adal Chiriliuc (adalx) Assigned to: Nobody/Anonymous (nobody) Summary: PyCStatusBarCtrl.SetTipText Initial Comment: Added PyCStatusBarCtrl.SetTipText method. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-10-07 18:41 Message: Logged In: YES user_id=14198 Thanks again! Checking in win32control.cpp; new revision: 1.5; previous revision: 1.4 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=977395&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-10-07 07:46:19
|
Patches item #977394, was opened at 2004-06-22 21:49 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=977394&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Adal Chiriliuc (adalx) Assigned to: Nobody/Anonymous (nobody) Summary: Integer menu ID for PyCFrameWnd.CreateWindow Initial Comment: Added support for integer menu id to PyCFrameWnd.CreateWindow just like PyCFrameWnd.LoadAccelTable has. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-10-07 17:46 Message: Logged In: YES user_id=14198 Thanks! Checking in win32win.cpp; new revision: 1.8; previous revision: 1.7 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=977394&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-10-07 07:43:06
|
Patches item #996502, was opened at 2004-07-23 22:28 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=996502&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Niki Spahiev (nikis) Assigned to: Nobody/Anonymous (nobody) Summary: pythonwin editor AutoFindNext Initial Comment: new command - find selected text or word under cursor similar to SciTe's Ctrl+F3 ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-10-07 17:43 Message: Logged In: YES user_id=14198 Thanks! Checking in default.cfg; new revision: 1.7; previous revision: 1.6 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=996502&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-10-07 04:10:28
|
Patches item #1017653, was opened at 2004-08-27 10:58 Message generated for change (Comment added) made by progoth You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1017653&group_id=78018 Category: None Group: None Status: Closed Resolution: Fixed Priority: 5 Submitted By: Steven Scott (progoth) Assigned to: Nobody/Anonymous (nobody) Summary: crash fix for dbi.dll Initial Comment: dbi.dll of course supplies the date and binary types for the odbc module....the DbiRaw type has a __str__() method along with its value() method...unfortunately using str(dbiRawObj) causes crashes. Here's a fix ---------------------------------------------------------------------- >Comment By: Steven Scott (progoth) Date: 2004-10-07 00:10 Message: Logged In: YES user_id=61663 no, thank you, our company has been patching this file for years (incorrectly) and distributing the dll in internal installs...we will be happy to never do that again ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2004-10-06 23:43 Message: Logged In: YES user_id=14198 Looks good to me - thanks! Checking in dbi.cpp; new revision: 1.8; previous revision: 1.7 ---------------------------------------------------------------------- Comment By: Steven Scott (progoth) Date: 2004-10-06 21:42 Message: Logged In: YES user_id=61663 any comment on this? ---------------------------------------------------------------------- Comment By: Steven Scott (progoth) Date: 2004-09-12 22:55 Message: Logged In: YES user_id=61663 Hmmm either something strange happened or I am an idiot...I could've sworn I checked the attachment after I opened the bug/patch... ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2004-09-12 21:43 Message: Logged In: YES user_id=14198 The fix didn't make it - can you please attach it again? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1017653&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-10-07 03:43:02
|
Patches item #1017653, was opened at 2004-08-28 00:58 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1017653&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Steven Scott (progoth) Assigned to: Nobody/Anonymous (nobody) Summary: crash fix for dbi.dll Initial Comment: dbi.dll of course supplies the date and binary types for the odbc module....the DbiRaw type has a __str__() method along with its value() method...unfortunately using str(dbiRawObj) causes crashes. Here's a fix ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-10-07 13:43 Message: Logged In: YES user_id=14198 Looks good to me - thanks! Checking in dbi.cpp; new revision: 1.8; previous revision: 1.7 ---------------------------------------------------------------------- Comment By: Steven Scott (progoth) Date: 2004-10-07 11:42 Message: Logged In: YES user_id=61663 any comment on this? ---------------------------------------------------------------------- Comment By: Steven Scott (progoth) Date: 2004-09-13 12:55 Message: Logged In: YES user_id=61663 Hmmm either something strange happened or I am an idiot...I could've sworn I checked the attachment after I opened the bug/patch... ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2004-09-13 11:43 Message: Logged In: YES user_id=14198 The fix didn't make it - can you please attach it again? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1017653&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-10-07 01:42:05
|
Patches item #1017653, was opened at 2004-08-27 10:58 Message generated for change (Comment added) made by progoth You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1017653&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Steven Scott (progoth) Assigned to: Nobody/Anonymous (nobody) Summary: crash fix for dbi.dll Initial Comment: dbi.dll of course supplies the date and binary types for the odbc module....the DbiRaw type has a __str__() method along with its value() method...unfortunately using str(dbiRawObj) causes crashes. Here's a fix ---------------------------------------------------------------------- >Comment By: Steven Scott (progoth) Date: 2004-10-06 21:42 Message: Logged In: YES user_id=61663 any comment on this? ---------------------------------------------------------------------- Comment By: Steven Scott (progoth) Date: 2004-09-12 22:55 Message: Logged In: YES user_id=61663 Hmmm either something strange happened or I am an idiot...I could've sworn I checked the attachment after I opened the bug/patch... ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2004-09-12 21:43 Message: Logged In: YES user_id=14198 The fix didn't make it - can you please attach it again? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1017653&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-10-03 00:33:17
|
Bugs item #1039231, was opened at 2004-10-03 00:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1039231&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: greenmetdave (greenmtdave) Assigned to: Nobody/Anonymous (nobody) Summary: pythonwin2.4 won't install Initial Comment: I've just spent 3 hours installing/uninstalling python/pythonwin about 5 times. Hate to think what my registry looks like (WindowsXP). Bottom Line: I don't think pywin32-202.win32-py2.4 works with python-2.4a3.2. PythonWin never shows up in the Python program group, even though both installers indicated everything went OK. Also: You can't select the 'install for this user only' option when installing python, or else when you go to install pythonwin you get the error message "Can't load Python for pre-install script". I went back to python-2.2.3 with pywin32-202.win32- py2.2.exe and this worked OK. (What's with these version numbers anyway? 2.2.3 goes with 2.2?) Only now I can't delete the c:\Python24 directory because I don't have access rights to some directory named c:\Python24\Lib\test. Man, if this keeps up, I may have to go back to plan B (VBScript). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1039231&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-10-01 18:05:26
|
Bugs item #973771, was opened at 2004-06-16 02:22 Message generated for change (Comment added) made by ramrom You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=973771&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 7 Submitted By: Robert Kiendl (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: Grep File Search Tool:doesn't open file anymore Initial Comment: Grep File Search Tool: Double-Click / [RETURN] key doesn't open file anymore. #Search C:\devel\e2x # Files *.py # For thread.start c:\test\test.py(558) thread.start_new(x,()) in earlier versions the file opened. ---------------------------------------------------------------------- Comment By: bob gailer (ramrom) Date: 2004-10-01 12:05 Message: Logged In: YES user_id=587593 See bug 716741. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=973771&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-09-30 10:11:28
|
Bugs item #1037629, was opened at 2004-09-30 12:11 Message generated for change (Settings changed) made by kxroberto You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1037629&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None >Priority: 9 Submitted By: Robert Kiendl (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: Framework exception on file save after confirmation Initial Comment: b201 - See the traceback below: after that the file is saved once, but when editing more in the editor window, the document-changed-flag is always OFF (toolbar-icon-disksave grey), thus no more saving is possible/or requested !! I regularly loose code by this! >>> Traceback (most recent call last): File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\framework\editor\document.py", line 83, in OnSaveDocument self._DocumentStateChanged() File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\framework\editor\document.py", line 175, in _DocumentStateChanged pywin.debugger.currentDebugger.UpdateDocumentLineStates(self) File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\debugger\debugger.py", line 880, in UpdateDocumentLineStates doc.MarkerDeleteAll( MARKER_BREAKPOINT ) File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\scintilla\document.py", line 117, in MarkerDeleteAll self.GetEditorView().SCIMarkerDeleteAll(marker) AttributeError: SCIMarkerDeleteAll win32ui: OnSaveDocument() virtual handler (<bound method SyntEditDocument.OnSaveDocument of <pywin.framework.editor.color.coloreditor.SyntEditDocument instance at 0x01333878>>) raised an exception ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1037629&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-09-30 10:11:14
|
Bugs item #1037629, was opened at 2004-09-30 12:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1037629&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Robert Kiendl (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: Framework exception on file save after confirmation Initial Comment: b201 - See the traceback below: after that the file is saved once, but when editing more in the editor window, the document-changed-flag is always OFF (toolbar-icon-disksave grey), thus no more saving is possible/or requested !! I regularly loose code by this! >>> Traceback (most recent call last): File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\framework\editor\document.py", line 83, in OnSaveDocument self._DocumentStateChanged() File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\framework\editor\document.py", line 175, in _DocumentStateChanged pywin.debugger.currentDebugger.UpdateDocumentLineStates(self) File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\debugger\debugger.py", line 880, in UpdateDocumentLineStates doc.MarkerDeleteAll( MARKER_BREAKPOINT ) File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\scintilla\document.py", line 117, in MarkerDeleteAll self.GetEditorView().SCIMarkerDeleteAll(marker) AttributeError: SCIMarkerDeleteAll win32ui: OnSaveDocument() virtual handler (<bound method SyntEditDocument.OnSaveDocument of <pywin.framework.editor.color.coloreditor.SyntEditDocument instance at 0x01333878>>) raised an exception ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1037629&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-09-30 08:05:40
|
Bugs item #1037579, was opened at 2004-09-30 10:05 Message generated for change (Settings changed) made by kxroberto You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1037579&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None >Priority: 8 Submitted By: Robert Kiendl (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: Often doesn't see absolute identity of path of edited files Initial Comment: Often after some programming session I have multiple instances of an edited file in the windows list with little differences in file name: Upper/lower case differences, "programme/xy..." & "progra~1/xy" differences somehow PythonWin doesn't see the identity of those files. PyWin should maybe use os.path.normcase(os.path.normpath(os.path.abspath(x))) somewhere in the framework code ? I rare cases edited code gets lost. But most times the auto-reload feature prevents more severe losses (unless I disable auto-reaload !) Robert ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1037579&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-09-30 08:05:10
|
Bugs item #1037579, was opened at 2004-09-30 10:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1037579&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Robert Kiendl (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: Often doesn't see absolute identity of path of edited files Initial Comment: Often after some programming session I have multiple instances of an edited file in the windows list with little differences in file name: Upper/lower case differences, "programme/xy..." & "progra~1/xy" differences somehow PythonWin doesn't see the identity of those files. PyWin should maybe use os.path.normcase(os.path.normpath(os.path.abspath(x))) somewhere in the framework code ? I rare cases edited code gets lost. But most times the auto-reload feature prevents more severe losses (unless I disable auto-reaload !) Robert ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1037579&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-09-30 07:56:35
|
Bugs item #973771, was opened at 2004-06-16 10:22 Message generated for change (Settings changed) made by kxroberto You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=973771&group_id=78018 Category: None Group: None Status: Open Resolution: None >Priority: 7 Submitted By: Robert Kiendl (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: Grep File Search Tool:doesn't open file anymore Initial Comment: Grep File Search Tool: Double-Click / [RETURN] key doesn't open file anymore. #Search C:\devel\e2x # Files *.py # For thread.start c:\test\test.py(558) thread.start_new(x,()) in earlier versions the file opened. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=973771&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-09-30 07:55:56
|
Bugs item #1037571, was opened at 2004-09-30 09:52 Message generated for change (Settings changed) made by kxroberto You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1037571&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Robert Kiendl (kxroberto) Assigned to: Nobody/Anonymous (nobody) >Summary: PyCFont should have .GetSafeHandle() Initial Comment: PyCFont should have .GetSafeHandle() like PyCBrush etc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1037571&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-09-30 07:52:05
|
Bugs item #1037571, was opened at 2004-09-30 09:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1037571&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Robert Kiendl (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: PyCFont should hafe .GetSafeHandle() Initial Comment: PyCFont should have .GetSafeHandle() like PyCBrush etc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1037571&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-09-28 11:01:33
|
Bugs item #1036086, was opened at 2004-09-28 13:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1036086&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Robert Kiendl (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: hierlist.HierList.Refresh Bug Initial Comment: When a leaf item (self.htrack) changes from non-expandable to expandable the following work-around is necessary to trigger correct refresh update showing the itme expandable: self.DeleteItem( self.htrack ) try: del self.filledItemHandlesMap[ self.htrack ] # bug in hierlist! except:pass ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1036086&group_id=78018 |