Le Thu, 21 Jan 2010 20:44:04 +0100,
Jakub Wilk <uba...@users.sf.net> a écrit :

> * Sylvain Collilieux <sylv...@collilieux.net>, 2010-01-20, 00:51:
> >>>> import pexect
> >Traceback (most recent call last):
> >  File "<stdin>", line 1, in <module>
> >  ImportError: No module named pexect
> 
> You made a typo here.
> 

Oups. Same pb without the typo.

$ python2.5 
Python 2.5.4 (r254:67916, Nov 19 2009, 19:46:21) 
[GCC 4.3.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pexpect
>>> 

$ python2.6 
Python 2.6.4+ (r264:75706, Jan 17 2010, 10:35:53) 
[GCC 4.4.3 20100108 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pexpect
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named pexpect
>>> 

The bug could be in python-pexpect package.

-- 
Sylvain

Attachment: signature.asc
Description: PGP signature

Reply via email to