[ python-Bugs-1466301 ] ImportError: Module _subprocess not found

SourceForge.net noreply at sourceforge.net
Tue Apr 11 13:21:41 CEST 2006


Bugs item #1466301, was opened at 2006-04-07 14:41
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1466301&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: 3rd Party
Status: Open
>Resolution: Invalid
Priority: 5
Submitted By: Africanis (africanis)
Assigned to: Nobody/Anonymous (nobody)
Summary: ImportError: Module _subprocess not found

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


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

>Comment By: Martin v. Löwis (loewis)
Date: 2006-04-11 13:21

Message:
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.

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

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


More information about the Python-bugs-list mailing list