[New-bugs-announce] [issue4918] Windows installer created with Python 2.5 does not work with Python 2.6.1

Juha Rantanen report at bugs.python.org
Mon Jan 12 06:28:26 CET 2009


New submission from Juha Rantanen <juha.rantanen at iki.fi>:

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 0xFFFFFFFF ***

The code causing this is:

import socket

and the actual error is:

ImportError
DLL load failed: The specified module could not be found.
  File "<string>", line 6, in windows_binary_install
  File "c:\apps\python26\lib\socket.py", line 46, in <module>
    import _socket

If the installer is created with Python 2.6.1, it works fine. 

The problem was noticed in the Robot Framework project and the issue can
be found from http://code.google.com/p/robotframework/issues/detail?id=196.

This problem was first asked as part of issue
http://bugs.python.org/issue4566, but Martin v. Löwis recommended to
open new issue for this.

----------
components: Distutils
files: simple.zip
messages: 79647
nosy: rantanen
severity: normal
status: open
title: Windows installer created with Python 2.5  does not work with Python 2.6.1
versions: Python 2.6
Added file: http://bugs.python.org/file12694/simple.zip

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4918>
_______________________________________


More information about the New-bugs-announce mailing list