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.

classification
Title: ImportError: Module _subprocess not found
Type: Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: africanis, loewis
Priority: normal Keywords:

Created on 2006-04-07 12:41 by africanis, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
__init__.py africanis, 2006-04-07 12:41 Subprocess module
Messages (2)
msg28144 - (view) Author: Africanis (africanis) Date: 2006-04-07 12:41
I'm using Enthought Python 2.3.5 together with IPython 
and matplotlib on Windows XP SP2. I had problems 
importing pylab (in order actually to use matplotlib) 
until I changed the attached file (see from line 365). 

I have absolutely no idea what effect this will have 
on other modules (I'm fairly new to programming), but 
matplotlib seems to work okay now. Ignorance is 
bliss...
msg28145 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-04-11 11:21
Logged In: YES 
user_id=21627

Thanks for the patch. I'm not quite sure what you have been
doing: Python 2.3.5 did not include the subprocess module at
all. So if you got it either from IPython or from Enthought
Python, you could report the problem to them. They should
either include _subprocess.pyd (as it was released with
Python 2.4), or enable the if 0 block, meant for pywin32, or
drop subprocess entirely.

In any case, this should be a problem for Python 2.4 or (the
upcoming) Python 2.5. Closing it as a third-party bug.
History
Date User Action Args
2022-04-11 14:56:16adminsetgithub: 43176
2006-04-07 12:41:47africaniscreate