Re: CPython on the Web

2011-01-03 Thread astar
On Jan 2, 4:58 pm, pyt...@bdurham.com wrote: > Azakai/Gerry, > > > Errors when using Firefox 3.6.3: > firefox 3.6.13 openbsd i386 4.8 -current error console has some errors: editor not defined module not define too much recursion nothing interested happened on the web page, but wonderful projec

Re: Python creates "locked" temp dir

2010-12-08 Thread astar
Hi, I recently got caught on tempfiles with respect to urllib.urlretrieve, which can create a tmpfile. Ah, but the file simply could not be found on the file system, even as root. But within the program that created the tmpfile, you could do useful things with the tmpfile. So the discussion in

progamming approach review, child processes

2010-11-23 Thread astar
So I have not done much with child processes before. I have an input of programs to be updated, a child process that does the compiles and links (with a log output to an individual file), and a process wait at the end. Except the child process can hang (at the moment, the problem that might show