[issue4918] Windows installer created with Python 2.5 does not work with Python 2.6.1

2012-02-19 Thread Martin v . Löwis
Martin v. Löwis added the comment: Installers "ought to" work for subsequent versions if they contain pure-Python packages (i.e. no extension modules). I agree that the issue is obsolete for 2.x, but it may still exist for 3.x. -- ___ Python tracke

[issue4918] Windows installer created with Python 2.5 does not work with Python 2.6.1

2012-02-19 Thread Éric Araujo
Éric Araujo added the comment: Not sure if there is much to be done here; I don’t know if it is a reasonable expectation that an installer created with 2.X still work with 2.X+1, and anyway only 2.7 could get a bugfix now. -- nosy: +eric.araujo title: Windows installer created with Py

[issue4918] Windows installer created with Python 2.5 does not work with Python 2.6.1

2010-02-09 Thread Brian Curtin
Changes by Brian Curtin : -- priority: -> normal type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue4918] Windows installer created with Python 2.5 does not work with Python 2.6.1

2009-03-01 Thread Akira Kitada
Changes by Akira Kitada : -- assignee: -> tarek components: +Windows nosy: +tarek type: -> crash ___ Python tracker ___ ___ Python-bu

[issue4918] Windows installer created with Python 2.5 does not work with Python 2.6.1

2009-01-11 Thread Juha Rantanen
Juha Rantanen added the comment: Python 2.6.1 was installed with option all users. I have admin rights and the Windows version is: XP Professional Version 2002 Service Pack 3 ___ Python tracker _

[issue4918] Windows installer created with Python 2.5 does not work with Python 2.6.1

2009-01-11 Thread Martin v. Löwis
Martin v. Löwis added the comment: Was the 2.6 installation "for all users", or "just for me"? What Windows version are you using? -- nosy: +loewis ___ Python tracker ___ ___

[issue4918] Windows installer created with Python 2.5 does not work with Python 2.6.1

2009-01-11 Thread Juha Rantanen
New submission from Juha Rantanen : 1. Create Windows installer with Python 2.5 from attached project. 2. Install it with Python 2.6.1. 3. The post-installer will fail with error message: *** run_installscript: internal error 0x *** The code causing this is: import socket and the actu