|
From: Cliff W. <log...@ea...> - 2002-01-03 20:59:46
|
On Thu, 3 Jan 2002 12:49:51 -0800
"Kevin Altis" <al...@se...> wrote:
> The popen call is probably the culprit since that is where the lockup
> occurs, but I don't know enough about the internals of popen to know why.
If
Maybe he could verify it's popen() by running a sample from the interactive
interpreter, e.g.
>>> import os
>>> os.popen("start python simpleBrowser.py")
<open file 'python2 simpleBrowser.py', mode 'r' at 0x80f9a80>
>>>
Perhaps popen() requires some updated version of some MS .dll to work.
--
Cliff Wells
Software Engineer
Logiplex Corporation (www.logiplex.net)
(503) 978-6726 x308
(800) 735-0555 x308
|