no module named exceptions?

Shashwat Anand anand.shashwat at gmail.com
Thu Apr 1 13:29:50 EDT 2010


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 <gatoygata2 at gmail.com> wrote:

> In python 3.1,
>
> >>> import exceptions
> Traceback (most recent call last):
>  File "<pyshell#6>", line 1, in <module>
>    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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100401/e6c4f357/attachment-0001.html>


More information about the Python-list mailing list