[ python-Bugs-1403068 ] cannot import extension module with Purify

SourceForge.net noreply at sourceforge.net
Wed Jan 11 17:02:27 CET 2006


Bugs item #1403068, was opened at 2006-01-11 17:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1403068&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Amaury Forgeot d'Arc (amauryf)
Assigned to: Nobody/Anonymous (nobody)
Summary: cannot import extension module with Purify

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1403068&group_id=5470


More information about the Python-bugs-list mailing list