On May 31, 2006, at 5:20 PM, Jaime Mora Ramones wrote:
> It does not do anything, my hard disk is working infinitely, I need to > cancel the program.
That's odd; the only way that that should happen is if *every* temporary name contained a hyphen in it. I've run this on Ubuntu Linux, OS X Tiger, and Win2K without problems. I wonder why WinXP would behave differently?
Oh wait: does the path to your temp folder contain a hyphen anywhere? Try this: change dApp.py to insert the following print statement, starting with line 119, and post what you get:
119 os.close(fd) 120 print "Temp name:", tmpname # <== Add this 121 bad = [ch for ch in badChars if ch in tmpname]
-- Ed Leafe -- http://leafe.com -- http://dabodev.com
©2006 Ed Leafe |