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 amaury.forgeotdarc
Recipients
Date 2006-01-11.16:02:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When run with Purify, Python cannot load any extension
module.

Here is a typical output:

Starting Purify'd application...
Python 2.4.2 (#46, Jan  3 2006, 16:05:11) [MSC v.1200
32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for
more information.
>>> import socket
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "c:\python\lib\socket.py", line 45, in ?
    import _socket
ImportError: Module use of
python24__d$Purify_c_python.dll conflicts with this
version of Python.

It reproduces with python 2.4.2 and 2.5a0.
It works with python 2.3.3.
History
Date User Action Args
2007-08-23 14:37:13adminlinkissue1403068 messages
2007-08-23 14:37:13admincreate