Nathaniel Smith wrote: > So the attached file works for doing pipe-based IO (like xpra needs > for ssh support) using the win32 API under Wine. But I don't have a > real Windows install to test it on. > > Does anyone out there have a real Windows install, including python > and pygobject, that can test it for me? > > Just save the attachment somewhere and run it: 'python win32pipe.py', > and describe what happens + send me the output. Let me see if I get this right, you're trying to use Win32 named pipes as a replacement for unix domain sockets on the client? That still would not resolve the issue of transport: putty does not handle named pipes and OpenSSH would require cygwin libraries. Or am I missing something?
Antoine > > Thanks! > -- Nathaniel > > > ------------------------------------------------------------------------ > > _______________________________________________ > Parti-discuss mailing list > [email protected] > http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss _______________________________________________ Parti-discuss mailing list [email protected] http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
