This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rantanen
Recipients rantanen
Date 2009-01-12.05:28:09
SpamBayes Score 0.10671344
Marked as misclassified No
Message-id <1231738106.14.0.212121765754.issue4918@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-01-12 05:28:32rantanensetrecipients: + rantanen
2009-01-12 05:28:26rantanensetmessageid: <1231738106.14.0.212121765754.issue4918@psf.upfronthosting.co.za>
2009-01-12 05:28:21rantanenlinkissue4918 messages
2009-01-12 05:28:16rantanencreate