Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61950
| References | <efae1b3c-c9c5-4ef4-8e94-7fbe8716ab53@googlegroups.com> <mailman.4072.1386948939.18130.python-list@python.org> <180e238a-2110-41d9-a13f-df3355bd26c4@googlegroups.com> <mailman.4130.1387069401.18130.python-list@python.org> <a95c6412-c2d2-41fc-a963-bdd87b2b0987@googlegroups.com> |
|---|---|
| Date | 2013-12-16 02:50 +1100 |
| Subject | Re: [newbie] trying socket as a replacement for nc |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4142.1387122652.18130.python-list@python.org> (permalink) |
On Mon, Dec 16, 2013 at 2:35 AM, Jean Dubois <jeandubois314@gmail.com> wrote: > I'm using Linux, I did the following: > svn checkout http://stromberg.dnsalias.org/svn/bufsock/ > which resulted in a directory 'bufsock' being added to my home-directory, > Do I have to run further commands on the files in this directory? > How do I make Python aware of the existence of this new module? Have a look in that directory. It seems to simply have a bufsock.py which is the module to import. That said, though, you may have to deal with dependencies. The source code of bufsock.py references a python2x3 module (which Google tells me is by the same author), so you may need to grab that, too. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [newbie] trying socket as a replacement for nc Jean-Michel Pichavant <jeanmichel@sequans.com> - 2013-12-13 16:35 +0100
Re: [newbie] trying socket as a replacement for nc Jean Dubois <jeandubois314@gmail.com> - 2013-12-14 05:33 -0800
Re: [newbie] trying socket as a replacement for nc Dan Stromberg <drsalists@gmail.com> - 2013-12-14 17:03 -0800
Re: [newbie] trying socket as a replacement for nc Jean Dubois <jeandubois314@gmail.com> - 2013-12-15 07:35 -0800
Re: [newbie] trying socket as a replacement for nc Chris Angelico <rosuav@gmail.com> - 2013-12-16 02:50 +1100
Re: [newbie] trying socket as a replacement for nc Dan Stromberg <drsalists@gmail.com> - 2013-12-15 13:14 -0800
csiph-web