Put pipe acceptor domain socket somewhere other than /tmp

2013-12-13 Thread Marcin Tustin
ame` parameter results in no socket being created. Is there a way I can influence where the socket is created, e.g. with an environment variable? Setting `TMP` and `TMPDIR` environment variables does not affect this behaviour. Thanks, Marcin -- Marcin Tustin

How to debug pyuno issues

2013-12-12 Thread Marcin Tustin
exitcode = 4 except UnoException as e: if hasattr(e, 'ErrCode'): logger.error("unoconv: UnoException during %s phase in %s (ErrCode %d)" % (phase, repr(e.__class__), e.ErrCode)) exitcode = e.ErrCode pass if hasattr(e, 'Message'): logger.error("unoconv: UnoException during %s phase:\n%s" % (phase, e.Message)) exitcode = 5 else: logger.error("unoconv: UnoException during %s phase in %s" % (phase, repr(e.__class__))) exitcode = 2 pass -- Marcin Tustin Tel: +44 (0) 7773 787 105 (UK) +1 917 553 3974 (US)