Hi,

during my work on the 3layer drop I noticed that Python don't work on
MacOSX. I thought it is a problem with my work but a cross check with
the trunk version showed that it is broken on trunk as well :-(

The first problem I notice is that in pythonloader.py and uno.py the
syntax for excpetions has changed, e.g.
except ImportError, e: -> except ImportError as e:

This seems to be the first error but changing this doesn't help.

Any ideas from the Python experts?


Juergen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to