Re: Tkinter: How can I update an image display?

2005-06-05 Thread Terry Carroll
On 05 Jun 2005 21:04:40 -0700, Paul Rubin wrote: >Try using root.update()? Thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: Building Python with gdbm support

2005-06-05 Thread Ed
I've actually sorted myself out. I updated Modules/Setup.dist, so that it has the following line... gdbm gdbmmodule.c -I/ct/ctapp/gnu/bin/gdbm-1.8.3/include -L/ct/ctapp/gnu/bin/gdbm-1.8.3/lib -lgdbm Rebuilt everything in Python. I also had to ensure that my environment using the newly-built Pyt

Re:

2005-06-05 Thread Jatinder Singh
I am reading a only. But what if I want read write and execute that file. -- Regards, Jatinder Singh “ Everyone needs to be loved... especially when they do not deserve it.” XX Quoting Tiago Stürmer Daitx <[EMAIL PRO

Re: urllib2 pinger : insight as to use, cause of hang-up?

2005-06-05 Thread EP
"Mahesh" advised: > > Timing it out will probably solve it. > Thanks. Follow-on question regarding implementing a timeout for use by urllib2. I am guessing the simplest way to do this is via socket.setdefaulttimeout(), but I am not sure if this sets a global parameter, and if so, whether it

easiest way to split a list into evenly divisble smaller lists, and assign them to variables?

2005-06-05 Thread flamesrock
Lets say I have a list containing 12, 13, 23 or however many entries. What I want is the greatest number of lists evenly divisible by a certain number, and for those lists to be assigned to variables. This leads to a few problems.. If I don't know the length of the list beforehand, I can't create

Re: Socket Speed

2005-06-05 Thread marinus van aswegen
Hi Jeff Would you care to do that between two machines on a 100mb link ? M On 6/5/05, Jeff Epler <[EMAIL PROTECTED]> wrote: > 300KB/s sounds dreadfully low. > > I simply ran "python /usr/lib/python2.3/SimpleHTTPServer.py &", then > "wget -O /dev/null http://0.0.0.0:8000/70megfile";. On the bes

Re: Socket Speed

2005-06-05 Thread marinus van aswegen
Would you care to do that between two machines on a 100mb link ? On 6/5/05, Jeff Epler <[EMAIL PROTECTED]> wrote: > 300KB/s sounds dreadfully low. > > I simply ran "python /usr/lib/python2.3/SimpleHTTPServer.py &", then > "wget -O /dev/null http://0.0.0.0:8000/70megfile";. On the best of 4 > run

<    1   2