There i no module named 'exceptions' in python 2.6 as well as python 3.1 What are you expecting ?<br><br><div class="gmail_quote">On Thu, Apr 1, 2010 at 10:42 PM, Joaquin Abian <span dir="ltr"><<a href="mailto:gatoygata2@gmail.com">gatoygata2@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">In python 3.1,<br>
<br>
>>> import exceptions<br>
Traceback (most recent call last):<br>
  File "<pyshell#6>", line 1, in <module><br>
    import exceptions<br>
ImportError: No module named exceptions<br>
<br>
in 2.6 no exception is raised<br>
It should be the same in 3.1, isnt it?<br>
<br>
Joaquin<br>
<font color="#888888">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></blockquote></div><br>