Re: [Tutor] listing files in an html directory

2007-04-29 Thread Luke Paireepinart
John Washakie wrote: > Hello all, > > I'm trying to write a program which will take a path, look in it for > all files matching a certain pattern, then create javascript player to > play them. A key part of the code at this point is: > > searchPath = imageRoot + '*' + imgExt > avail = glob.glob(sea

[Tutor] listing files in an html directory

2007-04-29 Thread John Washakie
Hello all, I'm trying to write a program which will take a path, look in it for all files matching a certain pattern, then create javascript player to play them. A key part of the code at this point is: searchPath = imageRoot + '*' + imgExt avail = glob.glob(searchPath) #will glob work over http

Re: [Tutor] The IDLE subprocess

2007-04-29 Thread Luke Paireepinart
Alan Gilfoy wrote: > Often, when I am developing code, I get an error message saying that > "IDLE's subprocess can't make connection" > > Sometimes this happends when I have IDLE open, and am about to hit F5 > to run a program-in-process. > Sometimes it happens when I opne up IDLE the first tim

[Tutor] The IDLE subprocess

2007-04-29 Thread Alan Gilfoy
Often, when I am developing code, I get an error message saying that "IDLE's subprocess can't make connection" Sometimes this happends when I have IDLE open, and am about to hit F5 to run a program-in-process. Sometimes it happens when I opne up IDLE the first time. It's often fixed on restar

Re: [Tutor] compiling python into an executable

2007-04-29 Thread mjekl
I think what you are looking for is: http://pyinstaller.python-hosting.com/ Best, Miguel ___ Sabe qual e o credito pessoal MAIS FACIL DE PAGAR no futuro? Aquele em que as PRESTACOES DESCEM ao longo do emprestimo?