2007/1/9, Feraas Darweesh <[EMAIL PROTECTED]>:
> The finally  statment always gives me an error, can any one help me on this

What error do you get? (The code you pasted is surely in error. Why do you
have "Divide(self)" tacked after print statement, for example?)

Also, it is (correctly) a SyntaxError to use both except and finally
in Python 2.4.
Use -X:Python25 to get 2.5 behaviour.

-- 
Seo Sanghyeon
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to