[pywin32-bugs] [ pywin32-Bugs-1907148 ] Wild printing problem
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-03-04 17:59:33
|
Bugs item #1907148, was opened at 2008-03-04 11:57 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1907148&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pythonwin Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Aubrey Hutchison (ahutchison) Assigned to: Nobody/Anonymous (nobody) Summary: Wild printing problem Initial Comment: New version of pythonwin 2.5 has problem that has not been associated with any earlier known version. When attempting to print out a copy of the source code loaded into Pythonwin it will some times print out the source properly, (maybe one out 5). Other times it will empty the paper tray of your printer with the only printing being a page number at the top. For example a 12 page source code print out usually would result in 200 to over 1000 pages of junk. Problem happens if you use icon for printing or pull down menu "file". Work around..... Disconnect your printer and view the printer dialog to see what is printed correctly and then delete the "SPAM??". Reconnect your printer and let it print out your source. Problem is not present in Versions 2.0, 2.1, 2.2, 2.3, or 2.4. Problem exists on any of several computers and is not printer specific. Problem exists on HP K550 Hp 6200 and Hp 1012. Quick fix.... Load your source in version 2.4 and print our your source with no problems.. ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2008-03-04 12:59 Message: Logged In: YES user_id=771074 Originator: NO This should already be fixed in CVS, view.py r 1.25: http://pywin32.cvs.sourceforge.net/pywin32/pywin32/Pythonwin/pywin/scintilla/view.py?view=log You should be able to replace it in your existing installation with no problems. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1907148&group_id=78018 |