On 4/16/13 11:16 AM, Jürgen Schmidt wrote: > 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?
forget to mention that I use Python 2.7.1 on MacOS at the moment. > > > Juergen > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org