Re: [xep-support] ditype

From: Victor <victor@zenteq.am>
Date: Fri May 02 2008 - 04:52:42 PDT

Hello Dave,

> $ bin/ditype-server start
> $ bin/ditype -H localhost -d -i fo -f pdf -s /sgml/fo/op.fo
> error: '_socket.socket' object has no attribute 'recv_into'
>
>
> No debug output, and a (Python??) error.
>
> Any suggestions please

It looks like a bug, thanks for noticing. If can try to run it like this:

DITYPEDIR/env/bin/python DITYPEDIR/lib/pi/diclick.py -f pdf /sgml/fo/op.fo

Alternatively, you can replace the DITYPE_DIR, with the actual path to you
ditype installation, in the following script, and use it to launch ditype:

#!/bin/sh
DITYPE_DIR="ABSOLUTE_PATH_TO_DITYPE_DIR"

python="$DITYPE_DIR/env/bin/python"
client="$DITYPE_DIR/lib/pi/diclick.py"

$python $client $*

Regards,
Victor

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
Received on Fri May 2 05:48:53 2008

This archive was generated by hypermail 2.1.8 : Fri May 02 2008 - 05:48:59 PDT