Re: no module named exceptions?

2010-04-01 Thread Ned Deily
In article , Chris Rebert wrote: > > On Thu, Apr 1, 2010 at 10:42 PM, Joaquin Abian wrote: > >> In python 3.1, > >> > >> >>> import exceptions > >> Traceback (most recent call last): > >> File "", line 1, in > >>

Re: no module named exceptions?

2010-04-01 Thread Gary Herron
Joaquin Abian wrote: In python 3.1, import exceptions Traceback (most recent call last): File "", line 1, in import exceptions ImportError: No module named exceptions in 2.6 no exception is raised It should be the same in 3.1, isnt it? Joaquin In 2.x, the

Re: no module named exceptions?

2010-04-01 Thread Chris Rebert
> On Thu, Apr 1, 2010 at 10:42 PM, Joaquin Abian wrote: >> In python 3.1, >> >> >>> import exceptions >> Traceback (most recent call last): >> File "", line 1, in >>import exceptions >> ImportError: No module named exceptions

Re: no module named exceptions?

2010-04-01 Thread Tommy Grav
more information. >>> import exceptions >>> Tommy On Apr 1, 2010, at 1:29 PM, Shashwat Anand wrote: > There i no module named 'exceptions' in python 2.6 as well as python 3.1 What > are you expecting ? > > On Thu, Apr 1, 2010 at 10:42 PM, Joaquin Abian

Re: no module named exceptions?

2010-04-01 Thread Shashwat Anand
There i no module named 'exceptions' in python 2.6 as well as python 3.1 What are you expecting ? On Thu, Apr 1, 2010 at 10:42 PM, Joaquin Abian wrote: > In python 3.1, > > >>> import exceptions > Traceback (most recent call last): > File "", line

no module named exceptions?

2010-04-01 Thread Joaquin Abian
In python 3.1, >>> import exceptions Traceback (most recent call last): File "", line 1, in import exceptions ImportError: No module named exceptions in 2.6 no exception is raised It should be the same in 3.1, isnt it? Joaquin -- http://mail.python.org/mailman/listinfo/python-list