pywin32-bugs Mailing List for Python for Windows Extensions (Page 116)
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...> - 2003-07-29 06:40:21
|
Patches item #743989, was opened at 2003-05-27 12:47 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=743989&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Lijun Qin (qinlj) Assigned to: Nobody/Anonymous (nobody) Summary: Some patch to add support for Wizard97 Initial Comment: I have patched some source files in the ./pywin32/pythonwin directory to add the support for the new Wizard97 style. including these: pythonppage.cpp pythonppage.h pythonpsheet.cpp pythonpsheet.h win32prop.cpp win32prop.h win32uimodule.cpp also below because of some bugs found in these files: win32assoc.cpp win32bitmap.cpp win32bitmap.h win32ctlList.h attached is the diff file. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2003-07-29 16:40 Message: Logged In: YES user_id=14198 That sounds great in principle - but can you please: * Attach a diff generated with "-u" - otherwise it is too error prone. * Detail some of the changes - ie, why you have to move large bodies of code to different source files, and some details on the actual bugs Thanks ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=743989&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-29 06:40:02
|
Bugs item #770217, was opened at 2003-07-13 03:32 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=770217&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: bob gailer (ramrom) Assigned to: Nobody/Anonymous (nobody) Summary: closing edit window results in error loop Initial Comment: Not always repeatable: make changes in an edit window. click the close box. Say Yes to Save Changes? Result Traceback (most recent call last): File "P:\Python22\lib\site-packages\Pythonwin\pywin\framework\editor\document.py", line 83, in OnSaveDocument self._DocumentStateChanged() File "P:\Python22\lib\site-packages\Pythonwin\pywin\framework\editor\document.py", line 175, in _DocumentStateChanged pywin.debugger.currentDebugger.UpdateDocumentLineStates(self) File "P:\Python22\lib\site-packages\Pythonwin\pywin\debugger\debugger.py", line 880, in UpdateDocumentLineStates doc.MarkerDeleteAll( MARKER_BREAKPOINT ) File "P:\Python22\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 0x01885A68>>) raised an exception Traceback (most recent call last): File "P:\Python22\lib\site-packages\Pythonwin\pywin\framework\dbgcommands.py", line 140, in OnUpdateAddBreakpoints cmdui.SetCheck(doc.MarkerAtLine(lineNo, pywin.framework.editor.color.coloreditor.MARKER_BREAKPOINT) != 0) File "P:\Python22\lib\site-packages\Pythonwin\pywin\scintilla\document.py", line 121, in MarkerAtLine markerState = self.GetEditorView().SCIMarkerGet(lineNo-1)Traceback (most recent call last): File "P:\Python22\lib\site-packages\Pythonwin\pywin\framework\dbgcommands.py", line 108, in OnAdd rc = d.set_break(pathName, lineNo) File "P:\Python22\lib\site-packages\Pythonwin\pywin\debugger\debugger.py", line 519, in set_break self.SetLineState(filename, lineno, LINESTATE_BREAKPOINT) File "P:\Python22\lib\site-packages\Pythonwin\pywin\debugger\debugger.py", line 867, in SetLineState if not doc.MarkerCheck(lineNo, marker): File "P:\Python22\lib\site-packages\Pythonwin\pywin\scintilla\document.py", line 105, in MarkerCheck markerState = v.SCIMarkerGet(lineNo) AttributeError: SCIMarkerGet win32ui: Error in Command Message handler for command ID 16004, Code 0 then loops endlessly back to the last Traceback... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=770217&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-29 06:28:45
|
Bugs item #770209, was opened at 2003-07-13 03:04 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=770209&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: bob gailer (ramrom) Assigned to: Nobody/Anonymous (nobody) Summary: help does not remember favorites Initial Comment: help does not remember favorites. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=770209&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-29 06:28:25
|
Bugs item #770208, was opened at 2003-07-13 03:00 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=770208&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: bob gailer (ramrom) Assigned to: Nobody/Anonymous (nobody) Summary: ctrl-v does not work in Help Initial Comment: ctrl-v does not work in Help (manuals and reference). I think it should. I certainly want it to. The only way to copy selected text is rt-click -> copy. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=770208&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-29 06:26:30
|
Bugs item #770218, was opened at 2003-07-13 03: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=770218&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: bob gailer (ramrom) Assigned to: Nobody/Anonymous (nobody) Summary: drag to select in immediate wraps Initial Comment: Click in the immediate window, and drag down. Selection extends until the bottom, then wraps to the top. It should stop at the bottom. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=770218&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-29 06:26:11
|
Bugs item #770248, was opened at 2003-07-13 05:03 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=770248&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: bob gailer (ramrom) Assigned to: Nobody/Anonymous (nobody) Summary: F9 sets breakpoint in wrong pane Initial Comment: With pane divider about 2/3 way down, cursor in top pane, I hit F9 and a breakpoint is set in the first line of the bottom pane. Top pane is showing lines 157-196; bottom 75-89. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=770248&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-29 06:24:29
|
Patches item #777793, was opened at 2003-07-26 06:41 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=777793&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jason Petrone (jpetrone) Assigned to: Nobody/Anonymous (nobody) Summary: GetLongPathName() Initial Comment: Implementation of the GetLongPathName function. Converts 8.3 pathnames into the longer version. See http://msdn.microsoft.com/library/en-us/fileio/base/getlongpathname.asp ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2003-07-29 16:24 Message: Logged In: YES user_id=14198 This doesn't work on Windows NT or 95. I have already dropped support for 95, and I think it is about time to drop NT support too - so I will add this later. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=777793&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-28 19:32:55
|
Bugs item #772804, was opened at 2003-07-17 06:21 Message generated for change (Comment added) made by pmoore You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=772804&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: John Lim (johnlim) Assigned to: Nobody/Anonymous (nobody) Summary: Failed Installation: Entry Point Not Found Initial Comment: Towards the end of the installer, I get this error message: ------- Python Win32 extensions Installation: win32all-154.exe - Entry Point Not Found The procedure entry point ? PyWinObject_FromSECURITY_DESCRIPTOR@@YAPAU_obj ect@@PAU_SECURITY_DESCRIPTOR@@I@Z could not be located in the dynamic link library PyWinTypes22.dll. Error in installer script. Traceback (most recent call last): File "e:\TEMP\FinishInstall.py", line 101, in ApplyEntryPoint apply(ep, args) File "e:\TEMP\FinishInstall.py", line 82, in DoCompileAllAndRegisterCOM FindDuplicates(mod, dir) File "e:\TEMP\FinishInstall.py", line 143, in FindDuplicates import win32api ImportError: DLL load failed: The specified procedure could not be found. ------- If it helps, FYI I tried using the ActivePython 2.2.2 build 224 (unsuccessfully) before attempting to install PyWin32 manually. http://bugs.activestate.com/ActivePython/show_bug. cgi?id=26267 ---------------------------------------------------------------------- Comment By: Paul Moore (pmoore) Date: 2003-07-28 20:32 Message: Logged In: YES user_id=113328 Seems to be fixed in win32all-157 ---------------------------------------------------------------------- Comment By: Paul Moore (pmoore) Date: 2003-07-21 22:33 Message: Logged In: YES user_id=113328 I get this too, with Python 2.3c1 and win32all-155. I'm using Windows 2000 Pro, SP4. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=772804&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-26 02:01:18
|
Patches item #777793, was opened at 2003-07-25 16:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=777793&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jason Petrone (jpetrone) Assigned to: Nobody/Anonymous (nobody) Summary: GetLongPathName() Initial Comment: Implementation of the GetLongPathName function. Converts 8.3 pathnames into the longer version. See http://msdn.microsoft.com/library/en-us/fileio/base/getlongpathname.asp ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=777793&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-24 09:40:26
|
Patches item #776836, was opened at 2003-07-24 09:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=776836&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Marc ENGEL (marcengel) Assigned to: Nobody/Anonymous (nobody) Summary: genpy : _NewEnum for dynamic collections Initial Comment: In a previous thread on comp.lang.python a request was made to have _NewEnum called for each for blocks and not only once and then cached in the python proxy class generated by genpy: http://groups.google.com/groups?hl=fr&lr=&ie=UTF- 8&oe=UTF-8&threadm=8ecta7%24nn5%241% 40nnrp1.deja.com&rnum=1&prev=/groups%3Fhl%3Dfr% 26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm% 3D8ecta7%2524nn5%25241%2540nnrp1.deja.com Indeed the _NewEnum normally gives an iterator that iterates on a copy of the collection data. This is the desired behaviour when iterating on a for block but next time if the collection is updated, it is desired to iterate on the latest copy so we need to get a new iterator. I made a change in genpy to create the __iter__ method that is called each time an iterator is requested before the __getitem__ is called. I also added in win32com.client.util the WrapIter function with its associated class. It seems to work well for my collection. Hope it may help someone. The modified files are attached ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=776836&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-21 21:33:07
|
Bugs item #772804, was opened at 2003-07-17 06:21 Message generated for change (Comment added) made by pmoore You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=772804&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: John Lim (johnlim) Assigned to: Nobody/Anonymous (nobody) Summary: Failed Installation: Entry Point Not Found Initial Comment: Towards the end of the installer, I get this error message: ------- Python Win32 extensions Installation: win32all-154.exe - Entry Point Not Found The procedure entry point ? PyWinObject_FromSECURITY_DESCRIPTOR@@YAPAU_obj ect@@PAU_SECURITY_DESCRIPTOR@@I@Z could not be located in the dynamic link library PyWinTypes22.dll. Error in installer script. Traceback (most recent call last): File "e:\TEMP\FinishInstall.py", line 101, in ApplyEntryPoint apply(ep, args) File "e:\TEMP\FinishInstall.py", line 82, in DoCompileAllAndRegisterCOM FindDuplicates(mod, dir) File "e:\TEMP\FinishInstall.py", line 143, in FindDuplicates import win32api ImportError: DLL load failed: The specified procedure could not be found. ------- If it helps, FYI I tried using the ActivePython 2.2.2 build 224 (unsuccessfully) before attempting to install PyWin32 manually. http://bugs.activestate.com/ActivePython/show_bug. cgi?id=26267 ---------------------------------------------------------------------- Comment By: Paul Moore (pmoore) Date: 2003-07-21 22:33 Message: Logged In: YES user_id=113328 I get this too, with Python 2.3c1 and win32all-155. I'm using Windows 2000 Pro, SP4. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=772804&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-21 13:21:30
|
Feature Requests item #766328, was opened at 2003-07-05 13:16 Message generated for change (Comment added) made by rrm1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=766328&group_id=78018 Category: win32 Group: None Status: Open Priority: 5 Submitted By: Ruben Marquez (rrm1) Assigned to: Nobody/Anonymous (nobody) Summary: Explorer Shell Extensions Initial Comment: Hope this is not a silly request. I wonder if a way of implementing Explorer Shell Extensions could be provided so that they could be built with Python without having to resort to C/C++. For background on this request, you can look at the first hit on a search on comp.lang.python for "shell extension". Your work and help is much apreciated. ---------------------------------------------------------------------- >Comment By: Ruben Marquez (rrm1) Date: 2003-07-21 13:21 Message: Logged In: YES user_id=307646 There have been a few threads at C.L.P. about this issue in the past. One particularly interesting included M.H. and A. Martelli. It looked as if they were onto something, but I don't think it was followed through. This is the link: http://groups.google.com/groups?hl=en&lr=&ie=UTF- 8&oe=UTF-8&th=20a5f8176ef4ddcd&rnum=2 It looks like what needs to be implemented is IDropTarget, IDataObject, and/or IPersistFile. These interfaces would be added to the existing "win32com.shell" module. -Ruben ---------------------------------------------------------------------- Comment By: Michael Dubner (dubnerm) Date: 2003-07-20 01:09 Message: Logged In: YES user_id=39274 Not sure but, isn't creating an explorer extention just a matter of implementing object supporting some pre-defined interfaces (i.e. for extention toolbar)? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=766328&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-20 01:09:35
|
Feature Requests item #766328, was opened at 2003-07-05 17:16 Message generated for change (Comment added) made by dubnerm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=766328&group_id=78018 Category: win32 Group: None Status: Open Priority: 5 Submitted By: Ruben Marquez (rrm1) Assigned to: Nobody/Anonymous (nobody) Summary: Explorer Shell Extensions Initial Comment: Hope this is not a silly request. I wonder if a way of implementing Explorer Shell Extensions could be provided so that they could be built with Python without having to resort to C/C++. For background on this request, you can look at the first hit on a search on comp.lang.python for "shell extension". Your work and help is much apreciated. ---------------------------------------------------------------------- Comment By: Michael Dubner (dubnerm) Date: 2003-07-20 05:09 Message: Logged In: YES user_id=39274 Not sure but, isn't creating an explorer extention just a matter of implementing object supporting some pre-defined interfaces (i.e. for extention toolbar)? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=766328&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-19 14:40:18
|
Bugs item #774215, was opened at 2003-07-19 10:40 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=774215&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Art Du Rea (durea) Assigned to: Nobody/Anonymous (nobody) Summary: Can't install on non-std Python installation Initial Comment: ( I also submitted this in the Support section) Esteemed Python People and Lurkers: I would really like to install the Win extensions to Python ... I just started using Python and I LOVE it! I've never seen Python before in my life, and with the PeachPit Press Python Visual Quick Start book, I got a simple HTML Automatic Table generator up and running in a total of about 4 hours! The problem is I can NOT install the Win extensions! My Python is installed in: "F:\Applications\Python" and the Win extension installer (win32all-153.exe) just can't find it. I click the "Continue anyway" button on the popup, but it just jumps back to the same popup and will NOT continue no matter what I do. How can I get the extensions installed on my Non-Standard Python installation? Thank you for your gracious and patient assistance with this issue. Art Du Rea Carlisle, PA USA NoSpam e-mail: imadeptNOGI@NOGOpa-net Remove the caps letters (NO Garbage In : NO Garbage Out) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=774215&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-17 05:21:08
|
Bugs item #772804, was opened at 2003-07-17 01: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=772804&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: John Lim (johnlim) Assigned to: Nobody/Anonymous (nobody) Summary: Failed Installation: Entry Point Not Found Initial Comment: Towards the end of the installer, I get this error message: ------- Python Win32 extensions Installation: win32all-154.exe - Entry Point Not Found The procedure entry point ? PyWinObject_FromSECURITY_DESCRIPTOR@@YAPAU_obj ect@@PAU_SECURITY_DESCRIPTOR@@I@Z could not be located in the dynamic link library PyWinTypes22.dll. Error in installer script. Traceback (most recent call last): File "e:\TEMP\FinishInstall.py", line 101, in ApplyEntryPoint apply(ep, args) File "e:\TEMP\FinishInstall.py", line 82, in DoCompileAllAndRegisterCOM FindDuplicates(mod, dir) File "e:\TEMP\FinishInstall.py", line 143, in FindDuplicates import win32api ImportError: DLL load failed: The specified procedure could not be found. ------- If it helps, FYI I tried using the ActivePython 2.2.2 build 224 (unsuccessfully) before attempting to install PyWin32 manually. http://bugs.activestate.com/ActivePython/show_bug. cgi?id=26267 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=772804&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-15 10:10:21
|
Bugs item #771507, was opened at 2003-07-15 12:10 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=771507&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Artur de Sousa Rocha (adsr) Assigned to: Nobody/Anonymous (nobody) Summary: Uninstaller leaves some files and registry keys Initial Comment: After uninstalling Win32all, 3 files were left: D:\Python22\Lib\site-packages\pythoncom.pyc C:\WINNT\system32\PythonCOM22.dll C:\WINNT\system32\PyWinTypes22.dll Also, the registry key: HKEY_CURRENT_USER\Software\Python 2.2\Python for Win32 My configuration: Windows 2000 Professional SP3 (Polish) Python 2.2.3 (admin install, nonstandard dir) Win32all 152 (*.py not associated with editor) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=771507&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-14 19:36:30
|
Feature Requests item #771185, was opened at 2003-07-14 13:36 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=771185&group_id=78018 Category: pythonwin Group: None Status: Open Priority: 5 Submitted By: bob gailer (ramrom) Assigned to: Nobody/Anonymous (nobody) Summary: Move spltter bar first time shows current text in both panes Initial Comment: When I move the spltter bar the first time I'd like to see the lower pane text in both panes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=771185&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-14 19:33:53
|
Feature Requests item #771183, was opened at 2003-07-14 13:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=771183&group_id=78018 Category: pythonwin Group: None Status: Open Priority: 5 Submitted By: bob gailer (ramrom) Assigned to: Nobody/Anonymous (nobody) Summary: New debug mode features Initial Comment: Hover over expression and see value in tooltip. Execute current line or highlighted code in interactive mode. Single keystroke to set temporary breakpoint, execute. clear breakpoint. Cut/paste/drag/drop in watch window. When [Dbg]>>> is showing, ctrl-up retrieves lines typed at >>> prompt. (and vice versa). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=771183&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-12 19:03:59
|
Patches item #770248, was opened at 2003-07-12 13:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=770248&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: bob gailer (ramrom) Assigned to: Nobody/Anonymous (nobody) Summary: F9 sets breakpoint in wrong pane Initial Comment: With pane divider about 2/3 way down, cursor in top pane, I hit F9 and a breakpoint is set in the first line of the bottom pane. Top pane is showing lines 157-196; bottom 75-89. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=770248&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-12 17:33:55
|
Patches item #770218, was opened at 2003-07-12 11:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=770218&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: bob gailer (ramrom) Assigned to: Nobody/Anonymous (nobody) Summary: drag to select in immediate wraps Initial Comment: Click in the immediate window, and drag down. Selection extends until the bottom, then wraps to the top. It should stop at the bottom. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=770218&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-12 17:32:20
|
Patches item #770217, was opened at 2003-07-12 11:32 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=770217&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: bob gailer (ramrom) Assigned to: Nobody/Anonymous (nobody) Summary: closing edit window results in error loop Initial Comment: Not always repeatable: make changes in an edit window. click the close box. Say Yes to Save Changes? Result Traceback (most recent call last): File "P:\Python22\lib\site-packages\Pythonwin\pywin\framework\editor\document.py", line 83, in OnSaveDocument self._DocumentStateChanged() File "P:\Python22\lib\site-packages\Pythonwin\pywin\framework\editor\document.py", line 175, in _DocumentStateChanged pywin.debugger.currentDebugger.UpdateDocumentLineStates(self) File "P:\Python22\lib\site-packages\Pythonwin\pywin\debugger\debugger.py", line 880, in UpdateDocumentLineStates doc.MarkerDeleteAll( MARKER_BREAKPOINT ) File "P:\Python22\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 0x01885A68>>) raised an exception Traceback (most recent call last): File "P:\Python22\lib\site-packages\Pythonwin\pywin\framework\dbgcommands.py", line 140, in OnUpdateAddBreakpoints cmdui.SetCheck(doc.MarkerAtLine(lineNo, pywin.framework.editor.color.coloreditor.MARKER_BREAKPOINT) != 0) File "P:\Python22\lib\site-packages\Pythonwin\pywin\scintilla\document.py", line 121, in MarkerAtLine markerState = self.GetEditorView().SCIMarkerGet(lineNo-1)Traceback (most recent call last): File "P:\Python22\lib\site-packages\Pythonwin\pywin\framework\dbgcommands.py", line 108, in OnAdd rc = d.set_break(pathName, lineNo) File "P:\Python22\lib\site-packages\Pythonwin\pywin\debugger\debugger.py", line 519, in set_break self.SetLineState(filename, lineno, LINESTATE_BREAKPOINT) File "P:\Python22\lib\site-packages\Pythonwin\pywin\debugger\debugger.py", line 867, in SetLineState if not doc.MarkerCheck(lineNo, marker): File "P:\Python22\lib\site-packages\Pythonwin\pywin\scintilla\document.py", line 105, in MarkerCheck markerState = v.SCIMarkerGet(lineNo) AttributeError: SCIMarkerGet win32ui: Error in Command Message handler for command ID 16004, Code 0 then loops endlessly back to the last Traceback... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=770217&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-12 17:04:17
|
Patches item #770209, was opened at 2003-07-12 11:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=770209&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: bob gailer (ramrom) Assigned to: Nobody/Anonymous (nobody) Summary: help does not remember favorites Initial Comment: help does not remember favorites. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=770209&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-12 17:00:40
|
Patches item #770208, was opened at 2003-07-12 11:00 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=770208&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: bob gailer (ramrom) Assigned to: Nobody/Anonymous (nobody) Summary: ctrl-v does not work in Help Initial Comment: ctrl-v does not work in Help (manuals and reference). I think it should. I certainly want it to. The only way to copy selected text is rt-click -> copy. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=770208&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-12 13:15:19
|
Patches item #750414, was opened at 2003-06-07 12:26 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=750414&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Submitted By: Roger Upole (rupole) Assigned to: Nobody/Anonymous (nobody) Summary: Fix for sf bug# 722082 (SetClipBoardData crashes) Initial Comment: Uses PyObject_AsReadBuffer as per the suggestion in the bug report. However, this may not be backward compatible with 1.5, the docs say this function was added in 1.6. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2003-07-12 23:15 Message: Logged In: YES user_id=14198 I think this was in the other patch ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=750414&group_id=78018 |
From: SourceForge.net <no...@so...> - 2003-07-12 13:10:23
|
Patches item #751185, was opened at 2003-06-09 15:42 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=751185&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Submitted By: Roger Upole (rupole) Assigned to: Nobody/Anonymous (nobody) Summary: Fix for sf bug 745304 (invalid syntax from GetObject) Initial Comment: MkParseDisplayName was encoding the input string using Py_FileSystemDefaultEncoding, and it was getting garbled in the process. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2003-07-12 23:10 Message: Logged In: YES user_id=14198 Damn - wish I saw this earlier! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=751185&group_id=78018 |