Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #56099
| From | gracemia gracemia <gracemia@gmail.com> |
|---|---|
| Subject | Re: Where and when does Python say this to you? |
| Newsgroups | comp.lang.python |
| References | <b2134cf5-d4d0-4538-a240-0e3d0b7aacfb@w19g2000yqa.googlegroups.com> |
| Message-ID | <20112882825usenet@eggheadcafe.com> (permalink) |
| Organization | TeraNews.com |
| Date | 2011-02-08 13:28 +0000 |
this is the simple code: -------------------------------------------------- import socket # Create an unbound and not-connected socket. sock = socket(AF_UNIX, SOCK_STREAM) --------------------------------------------------- Thank you ! Submitted via EggHeadCafe SharePoint Tip / Thought of the Day WebPart http://www.eggheadcafe.com/tutorials/aspnet/14280ff8-3c9f-46bd-8214-9267e613c8ec/sharepoint-tip--thought-of-the-day-webpart.aspx
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: AF_UNIX socket not supported Jean-Paul Calderone <calderone.jeanpaul@gmail.com> - 2011-02-08 04:49 -0800
Re: Where and when does Python say this to you? gracemia gracemia <gracemia@gmail.com> - 2011-02-08 13:27 +0000
Re: Where and when does Python say this to you? gracemia gracemia <gracemia@gmail.com> - 2011-02-08 13:26 +0000
Re: Where and when does Python say this to you? Grant Edwards <invalid@invalid.invalid> - 2011-02-08 14:54 +0000
Re: Where and when does Python say this to you? gracemia gracemia <gracemia@gmail.com> - 2011-02-08 13:28 +0000
csiph-web