send with timeout socket615 (9/22/2006 9:58:45 AM) comp.lang.python Hello, I have a few questions regarding sockets with timeouts. Assuming you set a timeout t on a socket s and then call: 1) s.sendall Is the socket.timeout exception thrown when not the data was sent in ... St
multithreading and shared dictionary1416 (7/7/2006 12:48:58 PM) comp.lang.python Hello, Probably a stupid question, but I am not a multithreading expert... I want to share a dictionary between several threads. Actually, I will wrap the dictionary in a class and want to protect the "sen... St
private inheritance and public members123 (6/7/2006 4:25:07 PM) comp.lang.c++ Hello, I have this piece of code: class A { public: virtual void test(const A*); }; class B : private A { public: virtual void test(const A*); }; class C : B { public: virtual void test(const A*);... St
asyncore question #2428 (11/23/2005 5:23:24 PM) comp.lang.python Hello, Probably a stupid question... but still: >>> from asyncore import dispatcher >>> d=dispatcher() >>> print d None >>> d >>> print type(d) >>> d.__class__ >>> d is None False >>> ^Z why >>> prin... St
import problems in packages318 (9/28/2005 4:43:37 PM) comp.lang.python Hello all, I have an ImportError problem, which is probably correct, but I do not understand it. And how to fix it... Here is the basic structure of the code (I have reduced it first). ROOT: /main.py... St
multithreading235 (3/10/2005 3:59:13 PM) comp.lang.lisp Hi all, Does clisp supports multithreading ? Is there a free lisp version which supports multithreading (on windows) ? Thanks for your answers, -- St�phane Ninin ... St
shutil.move, permission denied, why ?864 (4/6/2004 3:40:11 PM) comp.lang.python Hello world, I am fighting with what is probably a stupid problem. In a wxpython GUI, here is a method which must read a file, and if the file is not correctly formed rename it and create a new file: (I h... St
Problem removing win32all (163)417 (2/9/2004 1:00:21 PM) comp.lang.python Hello, I had problems installing a few months ago the win32all (number 163) on windows 2000, and I want now to install the new version from sourceforge. I read on the site: Please uninstall old win32all v... St
fonts in PIL ?1032 (2/8/2004 9:22:35 PM) comp.lang.python Hello all, I am writing (on Linux Redhat 9) some script to make graphs using PIL, from a set of points. All is ok, except that there seems to be no font coming with PIL. Where could I fond some ? Also, ar... St
pilconvert script disappeared ?225 (9/25/2003 10:40:12 AM) comp.lang.python Hello, I have just installed python 2.3 with many other libs, including PIL, (from http://www.pythonware.com/products/pil/), version 1.1.4 for Python 2.3b1. Am I dreaming or has the script pilconvert.py ... St
stefnin's replies:
Items(8) /1
asyncore question625 (9/12/2003 11:59:27 AM) comp.lang.python Hi. I am trying to understand the asyncore module. I read it and found something which seems strange (nb: I am still using Python 2.2.2). I will keep only what seems useful in this post: class dispatche... stefnin(30)
pilconvert script disappeared ?225 (9/25/2003 10:40:12 AM) comp.lang.python Hello, I have just installed python 2.3 with many other libs, including PIL, (from http://www.pythonware.com/products/pil/), version 1.1.4 for Python 2.3b1. Am I dreaming or has the script pilconvert.py ... stefnin(30)
fonts in PIL ?1032 (2/8/2004 9:22:35 PM) comp.lang.python Hello all, I am writing (on Linux Redhat 9) some script to make graphs using PIL, from a set of points. All is ok, except that there seems to be no font coming with PIL. Where could I fond some ? Also, ar... stefnin(30)
Problem removing win32all (163)417 (2/9/2004 1:00:21 PM) comp.lang.python Hello, I had problems installing a few months ago the win32all (number 163) on windows 2000, and I want now to install the new version from sourceforge. I read on the site: Please uninstall old win32all v... stefnin(30)
shutil.move, permission denied, why ?864 (4/6/2004 3:40:11 PM) comp.lang.python Hello world, I am fighting with what is probably a stupid problem. In a wxpython GUI, here is a method which must read a file, and if the file is not correctly formed rename it and create a new file: (I h... stefnin(30)
import problems in packages318 (9/28/2005 4:43:37 PM) comp.lang.python Hello all, I have an ImportError problem, which is probably correct, but I do not understand it. And how to fix it... Here is the basic structure of the code (I have reduced it first). ROOT: /main.py... stefnin(30)
asyncore question #2428 (11/23/2005 5:23:24 PM) comp.lang.python Hello, Probably a stupid question... but still: >>> from asyncore import dispatcher >>> d=dispatcher() >>> print d None >>> d >>> print type(d) >>> d.__class__ >>> d is None False >>> ^Z why >>> prin... stefnin(30)
send with timeout socket615 (9/22/2006 9:58:45 AM) comp.lang.python Hello, I have a few questions regarding sockets with timeouts. Assuming you set a timeout t on a socket s and then call: 1) s.sendall Is the socket.timeout exception thrown when not the data was sent in ... stefnin(30)