[issue3820] Python 3.0b3 doesn't start on German Win XP SP3/SP2
New submission from Tim Pietzcker <[EMAIL PROTECTED]>: I have experienced the exact same thing on two different PCs, one running WinXP (German, 32bit Intel) SP2, one running SP3: When starting the Python command line or when trying to run a Python script, I immediately get the (Windows) error message that python.exe couldn't be started because it is misconfigured, and I should install it again (which doesn't help). Uninstalling and going back to 3.0b2 works. The MD5 checksum of the installer is correct. I'm wondering, though, why the file size has dropped from 13 to 11 MB. -- components: Windows messages: 72877 nosy: pietzcker severity: normal status: open title: Python 3.0b3 doesn't start on German Win XP SP3/SP2 type: behavior versions: Python 3.0 ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3820> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue3820] Python 3.0b3 doesn't start on German Win XP SP3/SP2
Tim Pietzcker <[EMAIL PROTECTED]> added the comment: OK, thanks. I have set it to install for all users, if that's still relevant. Is there a way to manually install the MS CRT (which version), so I can use b3 until rc1 comes out? Thanks, Tim ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3820> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue3820] Python 3.0b3 doesn't start on German Win XP SP3/SP2
Tim Pietzcker <[EMAIL PROTECTED]> added the comment: Thanks a lot, now it works! The download link is http://www.microsoft.com/downloads/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf in case someone else needs it. Best regards, Tim ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3820> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue3262] re.split doesn't split with zero-width regex
Tim Pietzcker added the comment: Sorry to revive this dormant (?) topic - has anybody brought this any further? This "feature" has tripped me up a few times, and I would be all for adding a flag to enable the "split on zero-size matches" behavior, but I myself am not competent enough to code a patch. -- nosy: +pietzcker versions: +Python 2.6, Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue3262> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2779] Python 3.0a4 crashes on script in a path with non-ASCII characters (Windows)
New submission from Tim Pietzcker <[EMAIL PROTECTED]>: When I try to run a script that is contained in a directory whose path contains non-ASCII characters (e. g. Umlauts), Python 3.0a4 crashes with the following error message: (Windows cmd console): E:\Eigene Dateien\Klinikum\Qualitätsmanagement\Qualitätsbericht 2007>c:\programme\python30\python zaehle_aerzte.py Fatal Python error: no mem for sys.path insertion UnicodeDecodeError: 'utf8' codec can't decode bytes in position 33-35: invalid data This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. Moving the script to a directory without Umlauts in the path "solves" the problem -- components: Windows messages: 66354 nosy: pietzcker severity: normal status: open title: Python 3.0a4 crashes on script in a path with non-ASCII characters (Windows) versions: Python 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2779> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2780] Python 3.0a4 crashes on script in a path with non-ASCII characters (Windows)
New submission from Tim Pietzcker <[EMAIL PROTECTED]>: Apologies if this has been reported before; I couldn#T find it on a search but maybe I used the wrong search terms. When I try to run a script that is contained in a directory whose path contains non-ASCII characters (e. g. Umlauts), Python 3.0a4 crashes with the following error message: (Windows cmd console): E:\Eigene Dateien\Klinikum\Qualitätsmanagement\Qualitätsbericht 2007>c:\programme\python30\python zaehle_aerzte.py Fatal Python error: no mem for sys.path insertion UnicodeDecodeError: 'utf8' codec can't decode bytes in position 33-35: invalid data This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. Moving the script to a directory without Umlauts in the path "solves" the problem. Best regards, Tim -- components: Windows messages: 66355 nosy: pietzcker severity: normal status: open title: Python 3.0a4 crashes on script in a path with non-ASCII characters (Windows) versions: Python 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2780> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2779] Python 3.0a4 crashes on script in a path with non-ASCII characters (Windows)
Tim Pietzcker <[EMAIL PROTECTED]> added the comment: Please delete this issue - clicked on "Submit" too soon. Sorry again. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2779> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2780] Python 3.0a4 crashes on script in a path with non-ASCII characters (Windows)
Tim Pietzcker <[EMAIL PROTECTED]> added the comment: I should perhaps add that this happened on a German Windows XP Pro SP2 installation. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2780> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com