on Leopard 10.5.6 using python2.6.2 from macports

When asking for multiple select in file dialog, get an error:

raise Nav.error, arg
TypeError: exceptions must be classes or instances, not str

I can find the exception declared in this file:
/opt/local/Library/Framewords/Python.Framework/Versions/2.6/lib/python2.6/lib-dynload/Nav.so

So this is preventing me from finding out what my actual error is, but I
notice that the same exception is used elsewhere.

files = EasyDialogs.AskFileForOpen( message='Select files to recover:',
multiple=True )

cheers,
Mat


___________________________________________________________________________

    Australian Antarctic Division - Commonwealth of Australia
IMPORTANT: This transmission is intended for the addressee only. If you are not 
the
intended recipient, you are notified that use or dissemination of this 
communication is
strictly prohibited by Commonwealth law. If you have received this transmission 
in error,
please notify the sender immediately by e-mail or by telephoning +61 3 6232 
3209 and
DELETE the message.
        Visit our web site at http://www.antarctica.gov.au/
___________________________________________________________________________
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to