pywin32-bugs Mailing List for Python for Windows Extensions (Page 92)
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-12-20 03:02:14
|
Bugs item #1087777, was opened at 2004-12-19 15:26 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1087777&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: Luc Saffre (lsaffre) Assigned to: Nobody/Anonymous (nobody) Summary: CDC.StartDoc() does not spool to file Initial Comment: The documentation states that CDC.StartDoc() has a second parameter "outputFile": "Use this to spool to a file. Omit to send to the printer." As far as i can see, this parameter has no effect. I use it as follows: dc = win32ui.CreateDC() dc.CreatePrinterDC(printerName) dc.StartDoc("my print job",r"c:\temp\temp.txt") dc.SetMapMode(win32con.MM_TWIPS) dc.StartPage() ... print something... dc.EndDoc() This parameter would be useful because I am writing test cases, and I don't want them to really print something by accident. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-12-20 14:02 Message: Logged In: YES user_id=14198 I have verified that we are setting the lpszOutput element of the DOCINFO structure. I'm afraid I have no idea why it isn't working for you, but I can't see a bug in pywin32 here. Please re-open if you think there is something we are doing wrong. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1087777&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-19 11:02:48
|
Bugs item #1087863, was opened at 2004-12-19 11:58 Message generated for change (Settings changed) made by gpascenso You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1087863&group_id=78018 >Category: pythonwin Group: None >Status: Deleted Resolution: None Priority: 5 Submitted By: gpascenso (gpascenso) Assigned to: Nobody/Anonymous (nobody) Summary: Alternatives to MFC Initial Comment: Thank you for your kind reply. However, I must admit that in the meanwhile I tried a different path and it worked well immediately: I installed ActiveState Python 2.4 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1087863&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-19 11:01:44
|
Bugs item #1083545, was opened at 2004-12-11 19:20 Message generated for change (Comment added) made by gpascenso You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1083545&group_id=78018 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: gpascenso (gpascenso) Assigned to: Nobody/Anonymous (nobody) Summary: Can't load Python for pre-install script Initial Comment: I have the same problem mr_moose reported in Request ID 1066510: Can't load Python for pre-install script. Everuthing went the same. However, I looked into my C:\Windows\System32 folder to check how many pythonxx.dll I had, as suggested by Mark Hammomd in his "Installation Troubleshooting" page at http://starship.python.net/crew/mhammond/win32/InstallationProblems.html, and to my surprise I found only python23.dll and pythoncom23.dll. This is weird, since I completely uninstalled Python 2.3.4 before installing Python 2.4 ---------------------------------------------------------------------- >Comment By: gpascenso (gpascenso) Date: 2004-12-19 12:01 Message: Logged In: YES user_id=1176324 Thank you for your kind reply. However, I solved the problem through a different path. I installed ActiveState Python 2.4 and it worked immediately. Since I use Python only on Win32, it seemed a good alternative. Bye, --gpascenso ---------------------------------------------------------------------- Comment By: Hypotaxis (hypotaxis) Date: 2004-12-16 23:00 Message: Logged In: YES user_id=900292 Yup, same problem and I found the same solution worked. ---------------------------------------------------------------------- Comment By: Andy Elvey (mr_moose) Date: 2004-12-16 03:34 Message: Logged In: YES user_id=1116790 Hi gpascenso! Good news on this - I followed the tips posted by spjenni (on my bug report that you mention), and success! PythonWin 2.4 is now up and running .... :-) One small glitch - you may get a message saying that the dll mfc71.dll can't be found. You can get that dll at the following URL - http://www.dll-files.com/dllindex/dll-files.shtml?mfc71 So, do the following - 1 - Uninstall Python 2.4, then do a fresh install, making sure you install it for all users, not just yourself. 2 - Get the mfc71.dll file , and copy it into windows/system. 3 - Install the Python for Windows extensions. 4 - Fire up PythonWin. It should now work :-) Bye for now - mr_moose ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1083545&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-19 10:58:22
|
Bugs item #1087863, was opened at 2004-12-19 11:58 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=1087863&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: gpascenso (gpascenso) Assigned to: Nobody/Anonymous (nobody) Summary: Alternatives to MFC Initial Comment: Thank you for your kind reply. However, I must admit that in the meanwhile I tried a different path and it worked well immediately: I installed ActiveState Python 2.4 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1087863&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-19 04:26:10
|
Bugs item #1087777, was opened at 2004-12-19 06:26 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=1087777&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Luc Saffre (lsaffre) Assigned to: Nobody/Anonymous (nobody) Summary: CDC.StartDoc() does not spool to file Initial Comment: The documentation states that CDC.StartDoc() has a second parameter "outputFile": "Use this to spool to a file. Omit to send to the printer." As far as i can see, this parameter has no effect. I use it as follows: dc = win32ui.CreateDC() dc.CreatePrinterDC(printerName) dc.StartDoc("my print job",r"c:\temp\temp.txt") dc.SetMapMode(win32con.MM_TWIPS) dc.StartPage() ... print something... dc.EndDoc() This parameter would be useful because I am writing test cases, and I don't want them to really print something by accident. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1087777&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-16 22:00:33
|
Bugs item #1083545, was opened at 2004-12-12 07:20 Message generated for change (Comment added) made by hypotaxis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1083545&group_id=78018 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: gpascenso (gpascenso) Assigned to: Nobody/Anonymous (nobody) Summary: Can't load Python for pre-install script Initial Comment: I have the same problem mr_moose reported in Request ID 1066510: Can't load Python for pre-install script. Everuthing went the same. However, I looked into my C:\Windows\System32 folder to check how many pythonxx.dll I had, as suggested by Mark Hammomd in his "Installation Troubleshooting" page at http://starship.python.net/crew/mhammond/win32/InstallationProblems.html, and to my surprise I found only python23.dll and pythoncom23.dll. This is weird, since I completely uninstalled Python 2.3.4 before installing Python 2.4 ---------------------------------------------------------------------- Comment By: Hypotaxis (hypotaxis) Date: 2004-12-17 11:00 Message: Logged In: YES user_id=900292 Yup, same problem and I found the same solution worked. ---------------------------------------------------------------------- Comment By: Andy Elvey (mr_moose) Date: 2004-12-16 15:34 Message: Logged In: YES user_id=1116790 Hi gpascenso! Good news on this - I followed the tips posted by spjenni (on my bug report that you mention), and success! PythonWin 2.4 is now up and running .... :-) One small glitch - you may get a message saying that the dll mfc71.dll can't be found. You can get that dll at the following URL - http://www.dll-files.com/dllindex/dll-files.shtml?mfc71 So, do the following - 1 - Uninstall Python 2.4, then do a fresh install, making sure you install it for all users, not just yourself. 2 - Get the mfc71.dll file , and copy it into windows/system. 3 - Install the Python for Windows extensions. 4 - Fire up PythonWin. It should now work :-) Bye for now - mr_moose ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1083545&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-16 10:07:06
|
Bugs item #1085454, was opened at 2004-12-14 22:47 Message generated for change (Comment added) made by barneyd You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1085454&group_id=78018 Category: com Group: None Status: Open Resolution: None Priority: 5 Submitted By: sitecap (sitecap) Assigned to: Nobody/Anonymous (nobody) Summary: Py 2.4 + MS Excel COM --> crash Initial Comment: Any code that tries to dispatch an Excel (2003) application ends up crashing Python 2.4. (Used bForDemand=1 in makepy to generate MS Excel 11.0 Object Library, otherwise makepy itself crashes.) ---------------------------------------------------------------------- Comment By: barney dalton (barneyd) Date: 2004-12-16 10:07 Message: Logged In: YES user_id=49828 I'm having a similar problem with Excel 2002 in Python 2.4. The script: #> from win32com.client import gencache gencache.EnsureModule('{00020813-0000-0000-C000-000000000046}', 0, 1, 3, bForDemand=1) import win32com.client ExcelApp=win32com.client.Dispatch("Excel.Application") #< Causes a access violation in python AppName: python.exe AppVer: 0.0.0.0 ModName: ntdll.dll ModVer: 5.1.2600.1217 Offset: 00033905 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1085454&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-16 05:28:13
|
Bugs item #1086260, was opened at 2004-12-16 12:28 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=1086260&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dileep Nirala (dileep_nirala) Assigned to: Nobody/Anonymous (nobody) Summary: Tray Icon remains even if close PythonWin version-2.4.0 Initial Comment: PythonWin-2.4 Tray Icon in system Tray for Windows platform remains in the system Tray even if you close the application. If you open and close PythonWin application 10 times, you will see 10 tray icons. If you hover the mouse then only it goes off. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1086260&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-16 02:34:43
|
Bugs item #1083545, was opened at 2004-12-12 07:20 Message generated for change (Comment added) made by mr_moose You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1083545&group_id=78018 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: gpascenso (gpascenso) Assigned to: Nobody/Anonymous (nobody) Summary: Can't load Python for pre-install script Initial Comment: I have the same problem mr_moose reported in Request ID 1066510: Can't load Python for pre-install script. Everuthing went the same. However, I looked into my C:\Windows\System32 folder to check how many pythonxx.dll I had, as suggested by Mark Hammomd in his "Installation Troubleshooting" page at http://starship.python.net/crew/mhammond/win32/InstallationProblems.html, and to my surprise I found only python23.dll and pythoncom23.dll. This is weird, since I completely uninstalled Python 2.3.4 before installing Python 2.4 ---------------------------------------------------------------------- Comment By: Andy Elvey (mr_moose) Date: 2004-12-16 15:34 Message: Logged In: YES user_id=1116790 Hi gpascenso! Good news on this - I followed the tips posted by spjenni (on my bug report that you mention), and success! PythonWin 2.4 is now up and running .... :-) One small glitch - you may get a message saying that the dll mfc71.dll can't be found. You can get that dll at the following URL - http://www.dll-files.com/dllindex/dll-files.shtml?mfc71 So, do the following - 1 - Uninstall Python 2.4, then do a fresh install, making sure you install it for all users, not just yourself. 2 - Get the mfc71.dll file , and copy it into windows/system. 3 - Install the Python for Windows extensions. 4 - Fire up PythonWin. It should now work :-) Bye for now - mr_moose ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1083545&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-16 02:19:06
|
Bugs item #1066510, was opened at 2004-11-15 21:11 Message generated for change (Comment added) made by mr_moose You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1066510&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Andy Elvey (mr_moose) Assigned to: Nobody/Anonymous (nobody) Summary: Error message - "Can't load Python for pre-install script" Initial Comment: Hi all - I've downloaded and installed the Python 2.4 .msi file for Windows (I'm running Win XP). That install went fine, and I can run Python code at the usual prompt (>>>). The .msi file that I downloaded was - python-2.4b2.msi . I then downloaded the Python for Windows extensions (the file was pywin32-203.win32-py2.4.exe ). Double-clicked on that, and I got as far as "ready to install". I then clicked the "next" button, and I got the message "can't load Python for pre-install script". This was weird, because at the start of things (when I first double-clicked the .exe file), the .exe file *did* find my Python install (in C:\Python24 ), so goodness knows why it can't find Python later on .... :-) I haven't changed anything from the defaults .... the install of the .msi file was a full install, and I changed nothing whatsoever. ---------------------------------------------------------------------- >Comment By: Andy Elvey (mr_moose) Date: 2004-12-16 15:18 Message: Logged In: YES user_id=1116790 Hi, spjenni! I apologise for not replying to your post earlier - I've just arrived back from a week on Norfolk Island ... very good it was, too. Sucess! I followed your suggestion, uninstalling Python, then doing a fresh re-install, making sure that I did it for all users (not just myself). Then, installed the Python for Windows extensions and yes - it works! ( After grabbing mfc71.dll , of course :-) Very many thanks for your help on this! Bye for now - mr_moose ---------------------------------------------------------------------- Comment By: Steven Jennings (spjenni) Date: 2004-12-15 07:05 Message: Logged In: YES user_id=80798 When you installed Python, did you install for everyone on the system or just yourself? I did both installs. First, just for myself(admin access login). The pywin32-203.win32-py24.exe returned the "can't load Python for pre-install script" error message. I then tried build 202. Same result. Uninstalling python, then installing it for everyone cleared up the problem. Not the ideal solution; but it did work. Evidently, the install script does not expect you to have python installed for just one user. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1066510&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-14 22:47:33
|
Bugs item #1085454, was opened at 2004-12-14 17:47 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=1085454&group_id=78018 Category: com Group: None Status: Open Resolution: None Priority: 5 Submitted By: sitecap (sitecap) Assigned to: Nobody/Anonymous (nobody) Summary: Py 2.4 + MS Excel COM --> crash Initial Comment: Any code that tries to dispatch an Excel (2003) application ends up crashing Python 2.4. (Used bForDemand=1 in makepy to generate MS Excel 11.0 Object Library, otherwise makepy itself crashes.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1085454&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-14 18:06:25
|
Bugs item #1066510, was opened at 2004-11-15 03:11 Message generated for change (Comment added) made by spjenni You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1066510&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Andy Elvey (mr_moose) Assigned to: Nobody/Anonymous (nobody) Summary: Error message - "Can't load Python for pre-install script" Initial Comment: Hi all - I've downloaded and installed the Python 2.4 .msi file for Windows (I'm running Win XP). That install went fine, and I can run Python code at the usual prompt (>>>). The .msi file that I downloaded was - python-2.4b2.msi . I then downloaded the Python for Windows extensions (the file was pywin32-203.win32-py2.4.exe ). Double-clicked on that, and I got as far as "ready to install". I then clicked the "next" button, and I got the message "can't load Python for pre-install script". This was weird, because at the start of things (when I first double-clicked the .exe file), the .exe file *did* find my Python install (in C:\Python24 ), so goodness knows why it can't find Python later on .... :-) I haven't changed anything from the defaults .... the install of the .msi file was a full install, and I changed nothing whatsoever. ---------------------------------------------------------------------- Comment By: Steven Jennings (spjenni) Date: 2004-12-14 13:05 Message: Logged In: YES user_id=80798 When you installed Python, did you install for everyone on the system or just yourself? I did both installs. First, just for myself(admin access login). The pywin32-203.win32-py24.exe returned the "can't load Python for pre-install script" error message. I then tried build 202. Same result. Uninstalling python, then installing it for everyone cleared up the problem. Not the ideal solution; but it did work. Evidently, the install script does not expect you to have python installed for just one user. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1066510&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-11 18:20:15
|
Bugs item #1083545, was opened at 2004-12-11 19:20 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=1083545&group_id=78018 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: gpascenso (gpascenso) Assigned to: Nobody/Anonymous (nobody) Summary: Can't load Python for pre-install script Initial Comment: I have the same problem mr_moose reported in Request ID 1066510: Can't load Python for pre-install script. Everuthing went the same. However, I looked into my C:\Windows\System32 folder to check how many pythonxx.dll I had, as suggested by Mark Hammomd in his "Installation Troubleshooting" page at http://starship.python.net/crew/mhammond/win32/InstallationProblems.html, and to my surprise I found only python23.dll and pythoncom23.dll. This is weird, since I completely uninstalled Python 2.3.4 before installing Python 2.4 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1083545&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-09 00:53:26
|
Bugs item #1081329, was opened at 2004-12-09 00:00 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1081329&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Mark E (markenglish) Assigned to: Nobody/Anonymous (nobody) Summary: vcproj, dsw, and sln files not available in source download? Initial Comment: I'm hoping I've missed something very obvious here, but having downloaded the sourceforge distribution of the source "pywin32-203.zip" (using the University of Kent mirror and the Australia mirror), I don't seem to get any vcproj, dsw, or sln files. I can see them if I browse CVS on the web, but unfortunately I'm stuck behind a firewall which is so far blocking my attempts to access the projects via winCVS. Please check that these files are included/missing and close/fix this Bug report appropriately. Again, apologies if I missed something obvious (like the files)... ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-12-09 11:53 Message: Logged In: YES user_id=14198 The .dsw missing is indeed a bug that I have fixed. There are no VC7 projects being maintained at all. Note that the system is now built using distutils - just run "setup.py install". If run with python 2.3 or earlier it will use VC6, but if 2.4 and later VC7. This build process does not use the .dsw files, so it should work for you. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1081329&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-08 13:00:45
|
Bugs item #1081329, was opened at 2004-12-08 13: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=1081329&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Mark E (markenglish) Assigned to: Nobody/Anonymous (nobody) Summary: vcproj, dsw, and sln files not available in source download? Initial Comment: I'm hoping I've missed something very obvious here, but having downloaded the sourceforge distribution of the source "pywin32-203.zip" (using the University of Kent mirror and the Australia mirror), I don't seem to get any vcproj, dsw, or sln files. I can see them if I browse CVS on the web, but unfortunately I'm stuck behind a firewall which is so far blocking my attempts to access the projects via winCVS. Please check that these files are included/missing and close/fix this Bug report appropriately. Again, apologies if I missed something obvious (like the files)... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1081329&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-08 12:46:21
|
Bugs item #1054585, was opened at 2004-10-26 23:35 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1054585&group_id=78018 Category: pythonwin Group: None >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: Kim Davies (kjd) Assigned to: Nobody/Anonymous (nobody) Summary: MFC71.DLL missing from install? Initial Comment: Pythonwin Build 203 for Python 2.4 (using b1) doesn't start, it exits on launch with this dialog box: "This application has failed to start because MFC71.DLL was not found. Re-installing the application may fix this problem." Previous versions of Pythonwin have worked fine on the machine, but this is the first time a 20x build has been used. System in Windows XP SP2. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-12-08 23:46 Message: Logged In: YES user_id=14198 The starship URL now has a link to the DLLs. It is unlikely that the install will ever include them. ---------------------------------------------------------------------- Comment By: Nick Coghlan (ncoghlan) Date: 2004-12-07 21:29 Message: Logged In: YES user_id=1038590 The post install note indicates that this file is not included, but refers to the win32all home page as a source of the file. The file is nowhere to be found. This is not a dupe of the MSVCR71.dll bug - it only affects Pythonwin, and relates to a different DLL. ---------------------------------------------------------------------- Comment By: Kim Davies (kjd) Date: 2004-11-22 19:12 Message: Logged In: YES user_id=168657 Thanks for the advice! My only concern is that I am running a standard installation with the latest version of Windows, and I need to go hunting for DLLs just to get it running. If the DLL is necessary for normal operation on a vanilla Windows install, it should probably be bundled into the installation package. ---------------------------------------------------------------------- Comment By: jtidman (jtidman) Date: 2004-11-22 14:22 Message: Logged In: YES user_id=1163738 I searched all over microsoft.com to find these files. The best way that I came up with is to download the "ATC Voicepack SDK" from: http://www.microsoft.com/games/flightsimulator/fs2004_downloads_sdk.asp And install it. Then copy the dlls from the installed directory into \winnt\system32 (for win2K, or where ever else your OS stores dlls) Then uninstall the "ATC Voicepack SDK". PythonWin should then work fine. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2004-11-11 13:27 Message: Logged In: YES user_id=552329 This is a dupe of: [ 1016558 ] 202 Windows Installer requires MSVCR71.dll http://sourceforge.net/tracker/index.php?func=detail&aid=1016558&group_id=78018&atid=551954 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1054585&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-08 05:29:07
|
Bugs item #1081112, was opened at 2004-12-07 21:29 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=1081112&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Bryan (belred) Assigned to: Nobody/Anonymous (nobody) Summary: impossible to type the following Initial Comment: the following is impossible to type with auto-complete enabled for build 203, python 2.4. >>> class Foo(object): ... def x(self): pass ... def __getattribute__(self, name): ... print name ... raise AttributeError ... >>> f = Foo() >>> f.x when the dot is typed in the previous line you get the following, so it's impossible to type the x after the dot. >>> f.__dict__ __members__ __methods__ __class__ __class__ __class__ f. bryan ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1081112&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-07 10:29:21
|
Bugs item #1054585, was opened at 2004-10-26 23:35 Message generated for change (Comment added) made by ncoghlan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1054585&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kim Davies (kjd) Assigned to: Nobody/Anonymous (nobody) Summary: MFC71.DLL missing from install? Initial Comment: Pythonwin Build 203 for Python 2.4 (using b1) doesn't start, it exits on launch with this dialog box: "This application has failed to start because MFC71.DLL was not found. Re-installing the application may fix this problem." Previous versions of Pythonwin have worked fine on the machine, but this is the first time a 20x build has been used. System in Windows XP SP2. ---------------------------------------------------------------------- Comment By: Nick Coghlan (ncoghlan) Date: 2004-12-07 20:29 Message: Logged In: YES user_id=1038590 The post install note indicates that this file is not included, but refers to the win32all home page as a source of the file. The file is nowhere to be found. This is not a dupe of the MSVCR71.dll bug - it only affects Pythonwin, and relates to a different DLL. ---------------------------------------------------------------------- Comment By: Kim Davies (kjd) Date: 2004-11-22 18:12 Message: Logged In: YES user_id=168657 Thanks for the advice! My only concern is that I am running a standard installation with the latest version of Windows, and I need to go hunting for DLLs just to get it running. If the DLL is necessary for normal operation on a vanilla Windows install, it should probably be bundled into the installation package. ---------------------------------------------------------------------- Comment By: jtidman (jtidman) Date: 2004-11-22 13:22 Message: Logged In: YES user_id=1163738 I searched all over microsoft.com to find these files. The best way that I came up with is to download the "ATC Voicepack SDK" from: http://www.microsoft.com/games/flightsimulator/fs2004_downloads_sdk.asp And install it. Then copy the dlls from the installed directory into \winnt\system32 (for win2K, or where ever else your OS stores dlls) Then uninstall the "ATC Voicepack SDK". PythonWin should then work fine. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2004-11-11 12:27 Message: Logged In: YES user_id=552329 This is a dupe of: [ 1016558 ] 202 Windows Installer requires MSVCR71.dll http://sourceforge.net/tracker/index.php?func=detail&aid=1016558&group_id=78018&atid=551954 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1054585&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-06 00:29:06
|
Bugs item #1079644, was opened at 2004-12-06 10:47 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1079644&group_id=78018 Category: win32 Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Jeff Connelly aka shellreef (jeffconnelly) Assigned to: Nobody/Anonymous (nobody) Summary: win32con missing VK_ constants Initial Comment: See: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1067153&group_id=5470 ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-12-06 11:29 Message: Logged In: YES user_id=14198 thx - fixed in 1.8 of win32con.py ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1079644&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-05 23:47:09
|
Bugs item #1079644, was opened at 2004-12-05 15:47 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=1079644&group_id=78018 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jeff Connelly aka shellreef (jeffconnelly) Assigned to: Nobody/Anonymous (nobody) Summary: win32con missing VK_ constants Initial Comment: See: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1067153&group_id=5470 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1079644&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-02 20:10:05
|
Bugs item #1077864, was opened at 2004-12-02 21: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=1077864&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kay Schluehr (schluehrk) Assigned to: Nobody/Anonymous (nobody) Summary: Pythonwin does not remember recent files Initial Comment: Intallation : ActiveState Python v.2.4.0 , pywin32-203.win32-py2.4 OS : Win2K, WinXP The recent file list will be erased when finishing/starting Pythonwin. Only the files currently loaded will be visible in the recent - section of the file menu. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1077864&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-02 08:43:03
|
Bugs item #1077391, was opened at 2004-12-02 19:43 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=1077391&group_id=78018 Category: com Group: None Status: Open Resolution: None Priority: 5 Submitted By: Mark Hammond (mhammond) Assigned to: Mark Hammond (mhammond) Summary: excel typelib crashes python 2.4 Initial Comment: The .py file generated by makepy overflows the python compiler. This bug has always existed, and was triggered in older Python versions, but has re-surfaced in 2.4. Any Python version would trigger it given a large enough typelib. This crash does not happen if bForDemand=1 is passed to the makepy functions - that creates a seperate .py file for each interface. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1077391&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-12-01 09:49:57
|
Bugs item #1075871, was opened at 2004-11-30 20:37 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1075871&group_id=78018 Category: win32 Group: None >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: Thomas Schmid (scth2000) Assigned to: Nobody/Anonymous (nobody) Summary: Error calling win32gui.GetActiveWindow() Initial Comment: When i call win32gui.GetActiveWindow() from the PythonWin IDE, the call succeeds. But if i call win32gui.GetActiveWindow() from anywhere else (PyDev within Eclipse, VisualPython, Python in CommandShell), the call fails with following error message: Traceback (most recent call last): File "<stdin>", line 1, in ? pywintypes.error: (0, 'GetActiveWindow', 'No error message is available') I'm using win32all build 163 WinXP ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-12-01 20:49 Message: Logged In: YES user_id=14198 This means that the win32 GetActiveWindow() function is returning NULL. The "bug" here is that Python should probably return None - but that wont be fixed as it would break existing code. If you are sure that this exception is being raised when the API function is returning a valid handle, please re-open and add more information. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1075871&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-11-30 09:37:52
|
Bugs item #1075871, was opened at 2004-11-30 10:37 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=1075871&group_id=78018 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: Thomas Schmid (scth2000) Assigned to: Nobody/Anonymous (nobody) Summary: Error calling win32gui.GetActiveWindow() Initial Comment: When i call win32gui.GetActiveWindow() from the PythonWin IDE, the call succeeds. But if i call win32gui.GetActiveWindow() from anywhere else (PyDev within Eclipse, VisualPython, Python in CommandShell), the call fails with following error message: Traceback (most recent call last): File "<stdin>", line 1, in ? pywintypes.error: (0, 'GetActiveWindow', 'No error message is available') I'm using win32all build 163 WinXP ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1075871&group_id=78018 |
From: SourceForge.net <no...@so...> - 2004-11-30 03:38:05
|
Bugs item #1075751, was opened at 2004-11-30 14:38 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=1075751&group_id=78018 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: Luke (luked) Assigned to: Nobody/Anonymous (nobody) Summary: SetConsoleCtrlHandler rejects ctrlHandler=None Initial Comment: The SetConsoleCtrlHandler function in the win32 api can be used to enable or disable ignoring of CTRL-C signals. This is done by passing NULL as the first parameter, as per the MSDN docs: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/setconsolectrlhandler.asp Unfortunately this doesn't work with win32api.SetConsoleCtrlHandler [pywin32 build 203]. It rejects "None" as the first parameter. The generated exception is: TypeError: First argument must be callable (got NoneType) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1075751&group_id=78018 |