On Wed, 2008-04-30 at 18:55 +0200, Urko Fernandez wrote: > Hi, > > For sending files I've seen that stream tubes are used in Read activity, > and many examples use D-Bus tubes (Write, Web, Connect...) for sending > python objects. Can I send binary files using D-Bus tubes?
Fyi: This is what Write does. It sends binary data over D-Bus tubes, which sometimes (on the initial join, just like in your situation) happens to be an entire word processing file. We never send Python objects over the D-Bus tube. Marc _______________________________________________ Sugar mailing list [email protected] http://lists.laptop.org/listinfo/sugar

