Need help installing Tkinter/tkdnd

2006-11-13 Thread los
Hi I am trying to install the tk drag and drop to python 2.4. I installed python to c:\python24 I downloaded tkdnd-1.0a2.tar.gz, and TkinterDnD-0.4.zip. After I unzipped tkdnd-1.0a2.tar.gz, I copied the lib directory to c:\python24\tcl, now in C:\Python24\tcl\lib\tkdnd I have; libtkdnd.dll pkgIn

Re: Running a python program during idle time only

2005-06-01 Thread los
haven't thought of a good way to solve this problem other than just do a full system index every once in a while to actually go through each directory updating and deleting records as necessary. Thanks once again for the posts! -los -- http://mail.python.org/mailman/listinfo/python-list

Re: Running a python program during idle time only

2005-05-24 Thread los
e up with. Thanks for everyone who responded as well. I really appreciate it. -los -- http://mail.python.org/mailman/listinfo/python-list

Re: Running a python program during idle time only

2005-05-23 Thread los
user interaction with the computer. I'm going to take a look at this CPU load possibility. But I'm afraid that this will work similarly to "nice" in which case it will let the program kick in when the CPU isn't being used heavily, but I might still be using the compute

Running a python program during idle time only

2005-05-20 Thread los
Hi, I'm trying to create a program similar to that of Google's desktop that will crawl through the hard drive and index files. I have written the program and as of now I just put the thread to sleep for 1 second after indexing a couple of files. I'm wondering if anyone knows of a way that I coul