Am Montag, 4. April 2005 12:11 schrieb Issa-Ahmed SIDIBE: Try:
> import ModuleA
> ...
> class():
> ...
> try: a = ModuleA.FUNC1()
^^ <-- Actually call the method.
> except ModuleA.EXCP1: print 'catch'
HTH!
--
--- Heiko.
see you at: http://www.stud.mh-hannover.de/~hwundram/wordpress/
pgpSul6uhjT2y.pgp
Description: PGP signature
-- http://mail.python.org/mailman/listinfo/python-list
