[IronPython] Welcome to the "users" mailing list

Sanghyeon Seo sanxiyn at gmail.com
Tue Jan 9 12:11:26 CET 2007


2007/1/9, Feraas Darweesh <fdarweesh at gmail.com>:
> 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



More information about the Ironpython-users mailing list