[issue2271] msi installs to the incorrect location (C drive)

2008-07-15 Thread Ben Beasley
Ben Beasley [EMAIL PROTECTED] added the comment: Apparent duplicates are at http://bugs.python.org/issue1298962 and http://bugs.python.org/issue1565468. This bug seems to have something to do with power user user privileges. I can duplicate this problem with the MSI installers for Python 2.4.4

[issue1298962] MSI installer does not pass values as SecureProperty from UI

2008-07-15 Thread Ben Beasley
Ben Beasley [EMAIL PROTECTED] added the comment: http://bugs.python.org/issue1298962 appears to be a duplicate, with some more recent activity. -- nosy: +music ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1298962

[issue1565468] Install on WinXP always goes to C:\

2008-07-15 Thread Ben Beasley
Ben Beasley [EMAIL PROTECTED] added the comment: http://bugs.python.org/issue2271 and http://bugs.python.org/issue1298962 appear to be duplicates of this issue, with the former having the most recent activity. -- nosy: +music ___ Python tracker

[issue1298962] MSI installer does not pass values as SecureProperty from UI

2008-07-15 Thread Ben Beasley
Changes by Ben Beasley [EMAIL PROTECTED]: -- versions: +Python 2.4, Python 2.5, Python 2.6, Python 3.0 ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1298962

[issue1565468] Install on WinXP always goes to C:\

2008-07-15 Thread Ben Beasley
Changes by Ben Beasley [EMAIL PROTECTED]: -- versions: +Python 2.4, Python 2.6, Python 3.0 ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1565468

[issue1298962] MSI installer does not pass values as SecureProperty from UI

2008-07-15 Thread Ben Beasley
Changes by Ben Beasley [EMAIL PROTECTED]: -- type: - behavior ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1298962 ___ ___ Python-bugs-list mailing

[issue1565468] Install on WinXP always goes to C:\

2008-07-15 Thread Ben Beasley
Changes by Ben Beasley [EMAIL PROTECTED]: -- type: - behavior ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1565468 ___ ___ Python-bugs-list mailing

[issue1298962] MSI installer does not pass values as SecureProperty from UI

2008-07-15 Thread Ben Beasley
Changes by Ben Beasley [EMAIL PROTECTED]: -- components: +Windows ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1298962 ___ ___ Python-bugs-list

[issue1565468] Install on WinXP always goes to C:\

2008-07-15 Thread Ben Beasley
Changes by Ben Beasley [EMAIL PROTECTED]: -- components: +Windows ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1565468 ___ ___ Python-bugs-list

[issue1141] reading large files

2007-09-11 Thread Ben Beasley
Ben Beasley added the comment: I ran Richard Christen's script from msg55784 on Ubuntu Feisty Fawn (64-bit) with both Python 2.5.1 and Python 3.0a1 (for the latter, I had to change xrange to range). (2, 5, 1, 'final', 0) 2007-09-11 11:39:08 (500, 7.3925600051879883) (1000

[issue1141] reading large files

2007-09-11 Thread Ben Beasley
Ben Beasley added the comment: See the BDFL's comment in msg55828. I know Py3k text I/O is very slow; it's written in Python and uses UTF-8 as the default encoding. We've got a summer of code student working on an accelerating this. (And if he doesn't finish we have another year to work