problems while using pexpect: pexcept.TIMEOUT always219 (6/8/2009 4:07:49 PM) comp.lang.python I have been trying to use pexpect and I am failing with pexpect.TIMEOUT for all my attempts. In order to troubleshoot, I decided to go with simplest possible one. Here is my ssh to localhost: [21:29:14 senthi... Phoe6
CGIXMLRPCRequestHandler example227 (3/29/2009 7:53:22 PM) comp.lang.python I have the following CGIXMLRPCRequestHandler usage example. I have both the server and the client in the same directory. I based this following this example: http://mail.python.org/pipermail/python-list/2005-M... Phoe6
Python and Windows Services Question131 (3/4/2009 11:26:46 AM) comp.lang.python Hello, This is a windows services question. The following script which is a windows service was supposed to something ( download wallpaper and set the desktopwallpaper) at 16:45 my time here. The service is ru... Phoe6
Previous PyCon Videos, anyone?014 (1/13/2009 8:48:29 PM) comp.lang.python Hello All, Youtube channel of pycon09 has some videos ( http://www.youtube.com/user/pycon08), but most of them don't have a sufficiently good audio quality. Is there anyone who has better recording of an earl... Phoe6
CVS Folders/Contents to Automatic Website - Program suggestions039 (12/6/2008 4:36:27 PM) comp.lang.python Hello all, I use cvs to maintain all my python snippets, notes, c, c++ code. As the hosting provider provides a public webserver also, I was thinking that I should convert the cvs folders automatically to webs... Phoe6
Complexity of Kruskal's algorithm137 (10/17/2008 8:58:44 AM) comp.theory I came across this question which asked: Complexity of Kruskal's algorithm for finding the minimum spanning tree of an undirected graph containing n vertices and m edges if the edges are sorted is a) O(mn) ... O
Solution Discussions034 (9/18/2008 6:55:22 AM) comp.theory Hello all, I am trying to solve certain problems listed in Good Computer Science Books. Is this a good place to discuss my solutions? For eg: Computer Networks, 4th Edition, Andrew Tanenbaum. Chapter 6: Transp... O
Solution Discussions0109 (9/17/2008 8:47:37 AM) comp.edu Hello all,
I am trying to solve certain problems listed in Good Computer Science
Books. Is this a good place to discuss my solutions?
For eg:
Computer Networks, 4th Edition, Andrew Tanenbaum.
Chapter 6: ... O
caseless dict - questions330 (7/5/2008 12:57:18 AM) comp.lang.python I have a requirement for using caseless dict. I searched the web for many different implementations and found one snippet which was implemented in minimal and useful way. ############# import UserDict class C... Phoe6
switch between functions126 (5/24/2008 4:13:27 AM) comp.lang.c X-posted to asm group as well. Hi, I need help in writing the following program. This is an assignment program, so I would not require the solution, but guidance would be really helpful to me to get started ... Phoe6
Enable root access to telnet with krb5-telnet217 (6/6/2007 1:58:11 PM) comp.os.linux.networking Hello All, I would like to enable root login access to telnet on Fedora Core 6. I am able to telnet to using a normal user, but not as a root user. 1) making changes to /etc/securetty with adding pts/0, pts/1 e... orsenthil(93)
Reading multiline values using ConfigParser418 (6/20/2007 4:50:31 PM) comp.lang.python Hi, I have a configfile, in fact, I am providing a configfile in the format: [Information] Name: Foo Author: Bar Testcases: tct123 tct124 tct101 The last values is a multi-line. ConfigParser is unable to re... orsenthil(93)
Comparing RFC1123 based Dates338 (8/5/2007 2:43:56 AM) comp.lang.python I would like to parse RFC 1123 date format and compare two dates. I find that datetime module does not specifically confirms to any RFC. Any suggestions as how I can handle the RFC 1123 date format using standa... orsenthil(93)
online doc bug112 (8/24/2007 6:12:52 AM) comp.lang.python hyperlink "site module documentation" in Section 4.1 on page http://docs.python.org/inst/search-path.html leads to a nonexistent page. Regards jitendra nair ... nair.jitendra(4)
400 Bad Request calling urllib2.urlopen()218 (9/3/2007 1:06:57 PM) comp.lang.python Hi, I have an url which redirects the client to another url. If I paste the url into a browser, it works fine. If I open it via urllib2.urlopen() I get the following error: Traceback (most recent call last): ... domma(62)
os.sep and os.path.sep228 (9/9/2007 3:48:38 PM) comp.lang.python >>> import os >>> hasattr(os, 'sep') True >>> hasattr(os.path, 'sep') True By chance I noticed it. Are there differences (I think not...)? IMHO, if there are no differences os.path.sep should be removed since ... gnewsg(231)
python 2.5 problems437 (9/9/2007 4:41:42 PM) comp.lang.python Finally deleted 2.2 and loaded 2.5 (see below), using the msi, on my XP partition. Having intermittent system crashes. Assumed a corrupt download, so deleted and did another download/install. Same problems. ... not_here5971(5)
package import question314 (10/22/2007 8:10:34 AM) comp.lang.python Hi all, I have the following directory structure: wallpaper/ -main.py -ng/ -- __init__.py -- setdesktop.py -yb/ -- _... orsenthil(93)
CGIXMLRPCRequestHandler example227 (3/29/2009 7:53:22 PM) comp.lang.python I have the following CGIXMLRPCRequestHandler usage example. I have both the server and the client in the same directory. I based this following this example: http://mail.python.org/pipermail/python-list/2005-M... orsenthil(93)
problems while using pexpect: pexcept.TIMEOUT always219 (6/8/2009 4:07:49 PM) comp.lang.python I have been trying to use pexpect and I am failing with pexpect.TIMEOUT for all my attempts. In order to troubleshoot, I decided to go with simplest possible one. Here is my ssh to localhost: [21:29:14 senthi... orsenthil(93)